diff options
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloI.h')
-rw-r--r-- | cpp/demo/IceBox/hello/HelloI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/HelloI.h b/cpp/demo/IceBox/hello/HelloI.h index 85e00775cd0..3b644919aa3 100644 --- a/cpp/demo/IceBox/hello/HelloI.h +++ b/cpp/demo/IceBox/hello/HelloI.h @@ -16,7 +16,7 @@ class HelloI : public Demo::Hello { public: - virtual void sayHello(const Ice::Current&) const; + virtual void sayHello(const Ice::Current&); }; #endif |