summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze/library/Server.cpp')
-rw-r--r--cpp/demo/Freeze/library/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp
index 655a25ff2e3..0859b37db16 100644
--- a/cpp/demo/Freeze/library/Server.cpp
+++ b/cpp/demo/Freeze/library/Server.cpp
@@ -77,7 +77,7 @@ LibraryServer::runFreeze(int argc, char* argv[], const Freeze::DBEnvironmentPtr&
//
// Create and install a factory and initializer for books.
//
- Ice::ObjectFactoryPtr bookFactory = new BookFactory(library, evictor);
+ Ice::ObjectFactoryPtr bookFactory = new BookFactory(library);
communicator()->addObjectFactory(bookFactory, "::Book");
//