summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/allocate/HelloI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceGrid/allocate/HelloI.h')
-rw-r--r--cpp/demo/IceGrid/allocate/HelloI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/allocate/HelloI.h b/cpp/demo/IceGrid/allocate/HelloI.h
index 189afa1a2da..8ce2b9cba1c 100644
--- a/cpp/demo/IceGrid/allocate/HelloI.h
+++ b/cpp/demo/IceGrid/allocate/HelloI.h
@@ -18,7 +18,7 @@ public:
HelloI(const std::string&);
- virtual void sayHello(const Ice::Current&) const;
+ virtual void sayHello(const Ice::Current&);
virtual void shutdown(const Ice::Current&);
private: