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/IceBox/hello/HelloI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/demo/IceBox/hello/HelloI.cpp') 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; } -- cgit v1.2.3