diff options
Diffstat (limited to 'cpp/test/FreezeScript/dbmap/makedb.cpp')
-rw-r--r-- | cpp/test/FreezeScript/dbmap/makedb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/FreezeScript/dbmap/makedb.cpp b/cpp/test/FreezeScript/dbmap/makedb.cpp index c33d2713d4b..adeb81c55e1 100644 --- a/cpp/test/FreezeScript/dbmap/makedb.cpp +++ b/cpp/test/FreezeScript/dbmap/makedb.cpp @@ -19,7 +19,7 @@ using namespace Test; int run(const CommunicatorPtr& communicator, const string& envName, const string& dbName) { - ConnectionPtr connection = createConnection(communicator, envName); + Freeze::ConnectionPtr connection = createConnection(communicator, envName); IntSMap m(connection, dbName); m.put(IntSMap::value_type(0, S())); |