summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r--cpp/src/slice2cpp/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp
index 9220dc9b44c..5f7b9c3b4c1 100644
--- a/cpp/src/slice2cpp/Main.cpp
+++ b/cpp/src/slice2cpp/Main.cpp
@@ -168,7 +168,7 @@ main(int argc, char* argv[])
return EXIT_FAILURE;
}
- Parser_ptr parser = Parser::createParser();
+ Parser_ptr parser = Parser::createParser(false, false);
int status = parser -> parse(cppHandle, debug);
#ifdef WIN32