summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox/hello/HelloI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-03-25 15:09:34 +0800
committerMatthew Newhook <matthew@zeroc.com>2008-03-25 15:09:34 +0800
commit706901b4c9f54faa95edb0795eff959e2ea28d4c (patch)
tree3a49c9185ce08a7115d8512b86a33ede067449c0 /cpp/demo/IceBox/hello/HelloI.cpp
parentBug 2899 - gac based install is bogus (diff)
downloadice-706901b4c9f54faa95edb0795eff959e2ea28d4c.tar.bz2
ice-706901b4c9f54faa95edb0795eff959e2ea28d4c.tar.xz
ice-706901b4c9f54faa95edb0795eff959e2ea28d4c.zip
bug 1251 - Align IceBox/hello slice files with Ice/hello.
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloI.cpp')
-rw-r--r--cpp/demo/IceBox/hello/HelloI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/HelloI.cpp b/cpp/demo/IceBox/hello/HelloI.cpp
index 80490fcab4c..f105a0e2a15 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&)
+HelloI::sayHello(const Ice::Current&) const
{
cout << "Hello World!" << endl;
}