diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Server.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp index 113f520f6f9..ab7d2a5b1f6 100644 --- a/cpp/demo/Freeze/library/Server.cpp +++ b/cpp/demo/Freeze/library/Server.cpp @@ -74,7 +74,7 @@ LibraryServer::runFreeze(int argc, char* argv[], const DBEnvironmentPtr& dbEnv) // // Create the library, and add it to the Object Adapter. // - LibraryIPtr library = new LibraryI(adapter, dbAuthors, evictor); + LibraryIPtr library = new LibraryI(dbAuthors, evictor); adapter->add(library, stringToIdentity("library")); // |