summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GMLLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/GMLLexer.h')
-rw-r--r--Userland/Libraries/LibGUI/GMLLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/GMLLexer.h b/Userland/Libraries/LibGUI/GMLLexer.h
index 9e418c6cae..9d1f31d84e 100644
--- a/Userland/Libraries/LibGUI/GMLLexer.h
+++ b/Userland/Libraries/LibGUI/GMLLexer.h
@@ -53,7 +53,7 @@ struct GMLToken {
class GMLLexer {
public:
- GMLLexer(StringView const&);
+ GMLLexer(StringView);
Vector<GMLToken> lex();