diff options
Diffstat (limited to 'cpp/demo/IceGrid/icebox/HelloServiceI.cpp')
-rw-r--r-- | cpp/demo/IceGrid/icebox/HelloServiceI.cpp | 2 |
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; } |