From daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Wed, 20 Jun 2001 18:16:48 +0000 Subject: cleanup --- cpp/src/slice2cpp/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/slice2cpp/Main.cpp') diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 4915c2a0600..63236fb8225 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -8,11 +8,11 @@ // // ********************************************************************** -#include +#include #include using namespace std; -using namespace IceLang; +using namespace Slice; void usage(const char* n) @@ -180,7 +180,7 @@ main(int argc, char* argv[]) if(status == EXIT_FAILURE) return status; - GenCPlusPlus gen(argv[0], base, include, includePaths, dllExport); + Gen gen(argv[0], base, include, includePaths, dllExport); if(!gen) return EXIT_FAILURE; gen.generate(parser); -- cgit v1.2.3