summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/HelloI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/hello/HelloI.h')
-rw-r--r--cpp/demo/Ice/hello/HelloI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/HelloI.h b/cpp/demo/Ice/hello/HelloI.h
index 79011f1064d..c9700430769 100644
--- a/cpp/demo/Ice/hello/HelloI.h
+++ b/cpp/demo/Ice/hello/HelloI.h
@@ -16,7 +16,7 @@ class HelloI : public Demo::Hello
{
public:
- virtual void sayHello(int delay, const Ice::Current&) const;
+ virtual void sayHello(int delay, const Ice::Current&);
virtual void shutdown(const Ice::Current&);
};