summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceGrid/icebox/HelloServiceI.cpp')
-rw-r--r--cpp/demo/IceGrid/icebox/HelloServiceI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
index cea8fe13632..120cb270592 100644
--- a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
+++ b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
@@ -20,7 +20,7 @@ extern "C"
// Factory function
//
ICE_DECLSPEC_EXPORT IceBox::Service*
-create(Ice::CommunicatorPtr communicator)
+create(Ice::CommunicatorPtr)
{
return new HelloServiceI;
}