summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glslengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/glsl/glslengine.cpp')
-rw-r--r--src/libs/glsl/glslengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/glsl/glslengine.cpp b/src/libs/glsl/glslengine.cpp
index a7846daf85..06f43d5e58 100644
--- a/src/libs/glsl/glslengine.cpp
+++ b/src/libs/glsl/glslengine.cpp
@@ -231,7 +231,7 @@ bool DiagnosticMessage::isError() const
return _kind == Error;
}
-bool GLSL::DiagnosticMessage::isWarning() const
+bool DiagnosticMessage::isWarning() const
{
return _kind == Warning;
}