diff options
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 21575b54eb3..e30af271d12 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -177,7 +177,7 @@ main(int argc, char* argv[]) return EXIT_FAILURE; } - Unit_ptr unit = Unit::createUnit(false, false); + UnitPtr unit = Unit::createUnit(false, false); int parseStatus = unit -> parse(cppHandle, debug); #ifdef WIN32 |