diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Client.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Client.cpp b/cpp/demo/Freeze/library/Client.cpp index f43eeedf738..ed7edf33637 100644 --- a/cpp/demo/Freeze/library/Client.cpp +++ b/cpp/demo/Freeze/library/Client.cpp @@ -32,7 +32,7 @@ LibraryClient::run(int argc, char* argv[]) // Since this is an interactive demo we want the custom interrupt // callback to be called when the process is interrupted. // - userCallbackOnInterrupt(); + callbackOnInterrupt(); int runParser(int, char*[], const Ice::CommunicatorPtr&); return runParser(argc, argv, communicator()); |