summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/shader/ast.h')
-rw-r--r--src/video_core/shader/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/ast.h b/src/video_core/shader/ast.h
index d280ed143..5a77c60cb 100644
--- a/src/video_core/shader/ast.h
+++ b/src/video_core/shader/ast.h
@@ -332,7 +332,7 @@ public:
void Decompile();
- void ShowCurrentState(std::string state);
+ void ShowCurrentState(std::string_view state);
void SanityCheck();