summaryrefslogtreecommitdiff
path: root/bin/bbackupquery
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-03-26 23:22:50 +0000
committerChris Wilson <chris+github@qwirx.com>2011-03-26 23:22:50 +0000
commitcd00e66867bb9aa9cd473dce22e808a95b0a59e8 (patch)
treeec211dcdef8532c29ca9f05bb72f8552c05f5e79 /bin/bbackupquery
parent96ea1bef1464a12b1520ab94dec607dbe9002a14 (diff)
Ensure external text strings are declared as const, to fix compile error
on MSVC 2010.
Diffstat (limited to 'bin/bbackupquery')
-rw-r--r--bin/bbackupquery/BackupQueries.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbackupquery/BackupQueries.cpp b/bin/bbackupquery/BackupQueries.cpp
index aea6c896..edeeb034 100644
--- a/bin/bbackupquery/BackupQueries.cpp
+++ b/bin/bbackupquery/BackupQueries.cpp
@@ -1995,8 +1995,8 @@ void BackupQueries::CommandRestore(const std::vector<std::string> &args, const b
// These are autogenerated by a script.
-extern char *help_commands[];
-extern char *help_text[];
+extern const char *help_commands[];
+extern const char *help_text[];
// --------------------------------------------------------------------------