summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-03-25 00:20:47 +0000
committerBrent Eagles <brent@zeroc.com>2005-03-25 00:20:47 +0000
commit4c7efb046807598f0d1a2e17679a23a8cbca1258 (patch)
tree84e8aedc688f4581be641d3e1d73f23994326e5b /cpp/src
parentremoving some Slice class specific generated code (there is more to come) (diff)
downloadice-4c7efb046807598f0d1a2e17679a23a8cbca1258.tar.bz2
ice-4c7efb046807598f0d1a2e17679a23a8cbca1258.tar.xz
ice-4c7efb046807598f0d1a2e17679a23a8cbca1258.zip
fix stupid typo, remember to save your files before recompiling ...
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2cppe/Gen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp
index 4c461887a1e..6306a576439 100644
--- a/cpp/src/slice2cppe/Gen.cpp
+++ b/cpp/src/slice2cppe/Gen.cpp
@@ -3387,7 +3387,7 @@ Slice::Gen::ImplVisitor::writeDecl(Output& out, const string& name, const TypePt
}
case Builtin::KindObject: // XXX we should do something about this not being permitted here.
{
- assert("Slice classes not support in IceE" = 0);
+ assert("Slice classes not support in IceE" == 0);
}
}
}
@@ -3442,7 +3442,7 @@ Slice::Gen::ImplVisitor::writeReturn(Output& out, const TypePtr& type)
}
case Builtin::KindObject: // XXX we should do something about this not being permitted here.
{
- assert("Slice classes not support in IceE" = 0);
+ assert("Slice classes not support in IceE" == 0);
}
}