diff options
Diffstat (limited to 'src/storage.cpp')
-rw-r--r-- | src/storage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.cpp b/src/storage.cpp index 4fd9a7e0..bb2bd6aa 100644 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -40,7 +40,7 @@ Storage *Storage::getInstance() { if (instance == NULL) { - instance = new DALStorage(); //SQLiteStorage(); + instance = new tmwserv::DALStorage(); //SQLiteStorage(); } return instance; |