summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Collocated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze/library/Collocated.cpp')
-rw-r--r--cpp/demo/Freeze/library/Collocated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Collocated.cpp b/cpp/demo/Freeze/library/Collocated.cpp
index 2d6fceb20e2..a309690b169 100644
--- a/cpp/demo/Freeze/library/Collocated.cpp
+++ b/cpp/demo/Freeze/library/Collocated.cpp
@@ -45,7 +45,7 @@ LibraryCollocated::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();
Ice::PropertiesPtr properties = communicator()->getProperties();