diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Collocated.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Collocated.cpp b/cpp/demo/Freeze/library/Collocated.cpp index 515a4a09497..b8c2739cdde 100644 --- a/cpp/demo/Freeze/library/Collocated.cpp +++ b/cpp/demo/Freeze/library/Collocated.cpp @@ -73,7 +73,7 @@ LibraryCollocated::run(int argc, char* argv[]) // Create and install a factory for books. // ObjectFactoryPtr bookFactory = new BookFactory(library); - communicator()->addObjectFactory(bookFactory, "::Book"); + communicator()->addObjectFactory(bookFactory, "::Demo::Book"); // // Everything ok, let's go. |