diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-18 15:21:32 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-18 15:21:32 +0000 |
commit | 7faa941cf9ccec24e10619bf47afcd91c45c9473 (patch) | |
tree | f9d3fa8159d71e1a1319cd75d475e014f780c6f8 /cpp/src/slice2cpp/Main.cpp | |
parent | tidy (diff) | |
download | ice-7faa941cf9ccec24e10619bf47afcd91c45c9473.tar.bz2 ice-7faa941cf9ccec24e10619bf47afcd91c45c9473.tar.xz ice-7faa941cf9ccec24e10619bf47afcd91c45c9473.zip |
Fixed compile warnings
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 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(); |