summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GMLLexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/GMLLexer.cpp')
-rw-r--r--Userland/Libraries/LibGUI/GMLLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/GMLLexer.cpp b/Userland/Libraries/LibGUI/GMLLexer.cpp
index cf1cc9d12b..1f97e3ac90 100644
--- a/Userland/Libraries/LibGUI/GMLLexer.cpp
+++ b/Userland/Libraries/LibGUI/GMLLexer.cpp
@@ -10,7 +10,7 @@
namespace GUI {
-GMLLexer::GMLLexer(const StringView& input)
+GMLLexer::GMLLexer(StringView const& input)
: m_input(input)
{
}