diff options
Diffstat (limited to 'Userland/Libraries/LibGUI/INILexer.cpp')
-rw-r--r-- | Userland/Libraries/LibGUI/INILexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/INILexer.cpp b/Userland/Libraries/LibGUI/INILexer.cpp index ce2c850d99..fd5ee1fd1f 100644 --- a/Userland/Libraries/LibGUI/INILexer.cpp +++ b/Userland/Libraries/LibGUI/INILexer.cpp @@ -10,7 +10,7 @@ namespace GUI { -IniLexer::IniLexer(StringView const& input) +IniLexer::IniLexer(StringView input) : m_input(input) { } |