diff options
Diffstat (limited to 'src/compiler/glsl/ast.h')
-rw-r--r-- | src/compiler/glsl/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/glsl/ast.h b/src/compiler/glsl/ast.h index fb25bb357a3..ca98ed2834d 100644 --- a/src/compiler/glsl/ast.h +++ b/src/compiler/glsl/ast.h @@ -126,6 +126,8 @@ public: exec_node link; + virtual void set_is_lhs(bool); + protected: /** * The only constructor is protected so that only derived class objects can |