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 ab7d2a5b1f6..1d905a47e04 100644 --- a/cpp/demo/Freeze/library/Server.cpp +++ b/cpp/demo/Freeze/library/Server.cpp @@ -58,7 +58,7 @@ LibraryServer::runFreeze(int argc, char* argv[], const DBEnvironmentPtr& dbEnv) { strategy = dbBooks->createEvictionStrategy(); } - EvictorPtr evictor = dbBooks->createEvictor(strategy); + Freeze::EvictorPtr evictor = dbBooks->createEvictor(strategy); Int evictorSize = properties->getPropertyAsInt("Library.EvictorSize"); if(evictorSize > 0) { |