summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cs/Main.cpp')
-rw-r--r--cpp/src/slice2cs/Main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/slice2cs/Main.cpp b/cpp/src/slice2cs/Main.cpp
index b101e76b700..ed4c7938750 100644
--- a/cpp/src/slice2cs/Main.cpp
+++ b/cpp/src/slice2cs/Main.cpp
@@ -235,7 +235,7 @@ main(int argc, char* argv[])
}
else
{
- Gen gen(argv[0], icecpp.getBaseName(), includePaths, output, impl);
+ Gen gen(argv[0], icecpp.getBaseName(), includePaths, output, impl, implTie);
if(!gen)
{
p->destroy();
@@ -250,12 +250,10 @@ main(int argc, char* argv[])
{
gen.generateImpl(p);
}
-#if 0
if(implTie)
{
gen.generateImplTie(p);
}
-#endif
}
p->destroy();