diff options
Diffstat (limited to 'shell/shell_utils.cpp')
-rw-r--r-- | shell/shell_utils.cpp | 2 |
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 |