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 4dc3497dbd9..6da670d4c27 100644 --- a/cpp/demo/Freeze/library/Collocated.cpp +++ b/cpp/demo/Freeze/library/Collocated.cpp @@ -76,7 +76,7 @@ LibraryCollocated::runFreeze(int argc, char* argv[], const DBEnvironmentPtr& dbE // // 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")); // |