LibGUI: Use consistent naming scheme in INILexer

This commit is contained in:
Maciej 2021-12-30 13:43:45 +01:00 committed by Andreas Kling
commit 1f7e363b74
Notes: sideshowbarker 2024-07-17 21:57:35 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ namespace GUI {
__TOKEN(Unknown) \
__TOKEN(Comment) \
__TOKEN(Whitespace) \
__TOKEN(section) \
__TOKEN(Section) \
__TOKEN(LeftBracket) \
__TOKEN(RightBracket) \
__TOKEN(Name) \