From af0ffea30bc1e63a0c5ae5837926d9fb8f8205e8 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Tue, 28 Oct 2008 11:20:06 -0230 Subject: Bug 3486 - Remove unecessary "cpp:const" --- cpp/demo/IceGrid/simple/HelloI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/demo/IceGrid/simple/HelloI.cpp') diff --git a/cpp/demo/IceGrid/simple/HelloI.cpp b/cpp/demo/IceGrid/simple/HelloI.cpp index d92675288cf..94eed3ba46e 100644 --- a/cpp/demo/IceGrid/simple/HelloI.cpp +++ b/cpp/demo/IceGrid/simple/HelloI.cpp @@ -17,7 +17,7 @@ HelloI::HelloI(const string& name) : _name(name) } void -HelloI::sayHello(const Ice::Current&) const +HelloI::sayHello(const Ice::Current&) { cout << _name << " says Hello World!" << endl; } -- cgit v1.2.3