diff options
Diffstat (limited to '')
-rw-r--r-- | shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ #include "db/mongo_access.h" extern std::map<std::string, std::string> config; -extern mongo_access mongo; +extern UmosapiService::mongo_access mongo; #endif |