diff options
Diffstat (limited to 'cpp/test/IceGrid/noRestartUpdate/Service.cpp')
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/Service.cpp b/cpp/test/IceGrid/noRestartUpdate/Service.cpp index 6e1d3e7b991..af091a86b53 100644 --- a/cpp/test/IceGrid/noRestartUpdate/Service.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/Service.cpp @@ -35,7 +35,7 @@ extern "C" // Factory function // ICE_DECLSPEC_EXPORT ::IceBox::Service* -create(CommunicatorPtr communicator) +create(CommunicatorPtr) { return new ServiceI; } |