LibGUI: Use east const style in {INI,GML}Lexer.{cpp,h}

This commit is contained in:
Max Wipfli 2021-06-04 00:01:16 +02:00 committed by Ali Mohammad Pur
commit e10278402f
Notes: sideshowbarker 2024-07-18 16:53:24 +09:00
4 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@
namespace GUI {
IniLexer::IniLexer(const StringView& input)
IniLexer::IniLexer(StringView const& input)
: m_input(input)
{
}