summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--idl/source/prj/command.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 057c49505a1e..f8cf4088b1de 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -31,7 +31,7 @@
#include <database.hxx>
#include <parser.hxx>
-char const * SyntaxStrings[] = {
+char const * const SyntaxStrings[] = {
"basic-type:",
"\tvoid| char| int| float| double|",
"\tUINT16| INT16| UINT32| INT32| BOOL|",
@@ -101,7 +101,7 @@ char const * SyntaxStrings[] = {
"---syntax example is sfx.idl---\n",
nullptr };
-char CommandLineSyntax[] =
+char const CommandLineSyntax[] =
"-fs<slotmap file>\n"
"-fm<makefile target file>\n"
"-help, ? @<file> response file\n"