summaryrefslogtreecommitdiff
path: root/shell/shell_utils.cpp
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-08-10 13:29:52 -0400
committerMathias Stearn <mathias@10gen.com>2010-08-10 14:44:10 -0400
commit06cb7f821feeab260946303600db56681d1bb07b (patch)
tree17f1ba42cdbdb82ed4b8d897b1694dce01bdf196 /shell/shell_utils.cpp
parent64210308ba3a00377d211ae2e3499f65b0962591 (diff)
downloadmongo-06cb7f821feeab260946303600db56681d1bb07b.tar.gz
use StringData for hardcoded JS files
Diffstat (limited to 'shell/shell_utils.cpp')
-rw-r--r--shell/shell_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_utils.cpp b/shell/shell_utils.cpp
index bc896f6bc39..0277d9d7315 100644
--- a/shell/shell_utils.cpp
+++ b/shell/shell_utils.cpp
@@ -47,7 +47,7 @@
#include "../util/text.h"
#include "../util/heapcheck.h"
-extern const char * jsconcatcode_server;
+extern const mongo::StringData jsconcatcode_server;
namespace mongo {
#ifdef _WIN32