From 5e920cd4d1ac992bb56cb9b2273a2c2079ab8f0a Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Thu, 24 Mar 2005 03:18:02 +0000 Subject: Added slice2cppe and slice2javae to "all" target for VC++ and fixed Main.cpp for both to call parse() with the parameter that was removed with the change to disallow definitions at global scope. --- cpp/src/slice2cppe/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cppe/Main.cpp') diff --git a/cpp/src/slice2cppe/Main.cpp b/cpp/src/slice2cppe/Main.cpp index d60fc9032ef..3dd9e7ec820 100644 --- a/cpp/src/slice2cppe/Main.cpp +++ b/cpp/src/slice2cppe/Main.cpp @@ -173,7 +173,7 @@ main(int argc, char* argv[]) } UnitPtr u = Unit::createUnit(false, false, ice, caseSensitive); - int parseStatus = u->parse(cppHandle, debug, false); + int parseStatus = u->parse(cppHandle, debug); if(!icecpp.close()) { -- cgit v1.2.3