diff options
Diffstat (limited to 'src/video_core/shader/ast.h')
| -rw-r--r-- | src/video_core/shader/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/ast.h b/src/video_core/shader/ast.h index d7bf11821..8183ffa3f 100644 --- a/src/video_core/shader/ast.h +++ b/src/video_core/shader/ast.h @@ -328,7 +328,7 @@ public: void InsertReturn(Expr condition, bool kills); - std::string Print(); + std::string Print() const; void Decompile(); |
