summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.cpp')
-rw-r--r--cpp/test/Ice/exceptions/TestI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp
index 7d538775fdf..3f1c332cfba 100644
--- a/cpp/test/Ice/exceptions/TestI.cpp
+++ b/cpp/test/Ice/exceptions/TestI.cpp
@@ -153,7 +153,7 @@ ThrowerI::throwAssertException(const Ice::Current&)
}
Ice::ByteSeq
-ThrowerI::throwMemoryLimitException(const Ice::ByteSeq&, const Ice::Current&)
+ThrowerI::throwMemoryLimitException(ICE_IN(Ice::ByteSeq), const Ice::Current&)
{
return Ice::ByteSeq(1024 * 20); // 20 KB.
}