diff options
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloI.cpp')
-rw-r--r-- | cpp/demo/IceBox/hello/HelloI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/HelloI.cpp b/cpp/demo/IceBox/hello/HelloI.cpp index f105a0e2a15..80490fcab4c 100644 --- a/cpp/demo/IceBox/hello/HelloI.cpp +++ b/cpp/demo/IceBox/hello/HelloI.cpp @@ -13,7 +13,7 @@ using namespace std; void -HelloI::sayHello(const Ice::Current&) const +HelloI::sayHello(const Ice::Current&) { cout << "Hello World!" << endl; } |