diff options
Diffstat (limited to 'cpp/demo/IceGrid/replication/HelloI.h')
-rw-r--r-- | cpp/demo/IceGrid/replication/HelloI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/replication/HelloI.h b/cpp/demo/IceGrid/replication/HelloI.h index a34a3b3b085..8873d317bc7 100644 --- a/cpp/demo/IceGrid/replication/HelloI.h +++ b/cpp/demo/IceGrid/replication/HelloI.h @@ -18,7 +18,7 @@ public: HelloI(const std::string&); - virtual std::string getGreeting(const Ice::Current&) const; + virtual std::string getGreeting(const Ice::Current&); virtual void shutdown(const Ice::Current&); private: |