diff options
| -rw-r--r-- | src/video_core/shader/ast.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/shader/ast.cpp b/src/video_core/shader/ast.cpp index 9ef1d0a78..c7d471d50 100644 --- a/src/video_core/shader/ast.cpp +++ b/src/video_core/shader/ast.cpp | |||
| @@ -232,7 +232,8 @@ public: | |||
| 232 | return inner; | 232 | return inner; |
| 233 | } | 233 | } |
| 234 | 234 | ||
| 235 | std::string inner{}; | 235 | private: |
| 236 | std::string inner; | ||
| 236 | }; | 237 | }; |
| 237 | 238 | ||
| 238 | class ASTPrinter { | 239 | class ASTPrinter { |