summaryrefslogtreecommitdiff
path: root/cpp/demo/IceStorm/clock/ClockI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceStorm/clock/ClockI.cpp')
-rw-r--r--cpp/demo/IceStorm/clock/ClockI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceStorm/clock/ClockI.cpp b/cpp/demo/IceStorm/clock/ClockI.cpp
index 38f463f1d0b..2872ddd4954 100644
--- a/cpp/demo/IceStorm/clock/ClockI.cpp
+++ b/cpp/demo/IceStorm/clock/ClockI.cpp
@@ -14,7 +14,7 @@
using namespace std;
void
-ClockI::tick()
+ClockI::tick(const Ice::Current&)
{
cout << "tick" << endl;
}