constexpr isn't right here.

This commit is contained in:
Jim Ingham 2022-09-13 13:01:05 -07:00
parent ef3fa232b3
commit 8433b21083
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ static constexpr const char *InitFileWarning =
"and\n"
"accept the security risk.";
constexpr const char *CommandInterpreter::g_no_argument = "<no-argument>";
constexpr const char *CommandInterpreter::g_need_argument = "<need-argument>";
constexpr const char *CommandInterpreter::g_argument = "<argument>";
const char * const CommandInterpreter::g_no_argument = "<no-argument>";
const char * const CommandInterpreter::g_need_argument = "<need-argument>";
const char * const CommandInterpreter::g_argument = "<argument>";
#define LLDB_PROPERTIES_interpreter