From 7faa941cf9ccec24e10619bf47afcd91c45c9473 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Tue, 18 Apr 2006 15:21:32 +0000 Subject: Fixed compile warnings --- cpp/src/slice2cpp/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Main.cpp') diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 64d2d5dd9fc..21567e366fb 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -213,7 +213,7 @@ main(int argc, char* argv[]) else { Gen gen(argv[0], icecpp.getBaseName(), headerExtension, sourceExtension, extraHeaders, include, - includePaths, dllExport, output, impl, checksum, stream); + includePaths, dllExport, output, impl, checksum, stream, ice); if(!gen) { u->destroy(); -- cgit v1.2.3