aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslhighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/glsleditor/glslhighlighter.cpp')
-rw-r--r--src/plugins/glsleditor/glslhighlighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/glsleditor/glslhighlighter.cpp b/src/plugins/glsleditor/glslhighlighter.cpp
index bbf1ca7627..3a4a6afddf 100644
--- a/src/plugins/glsleditor/glslhighlighter.cpp
+++ b/src/plugins/glsleditor/glslhighlighter.cpp
@@ -42,7 +42,7 @@ using namespace GLSLEditor;
using namespace GLSLEditor::Internal;
using namespace TextEditor;
-Highlighter::Highlighter(GLSLTextEditor *editor, QTextDocument *parent)
+Highlighter::Highlighter(GLSLTextEditorWidget *editor, QTextDocument *parent)
: TextEditor::SyntaxHighlighter(parent), m_editor(editor)
{
}