diff options
Diffstat (limited to 'Userland/Utilities/gml-format.cpp')
-rw-r--r-- | Userland/Utilities/gml-format.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/gml-format.cpp b/Userland/Utilities/gml-format.cpp index f278f290a1..d764d823cb 100644 --- a/Userland/Utilities/gml-format.cpp +++ b/Userland/Utilities/gml-format.cpp @@ -53,7 +53,7 @@ ErrorOr<int> serenity_main(Main::Arguments args) #endif bool inplace = false; - Vector<const char*> files; + Vector<char const*> files; Core::ArgsParser args_parser; args_parser.set_general_help("Format GML files."); |