aboutsummaryrefslogtreecommitdiff
path: root/shared.h
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-10 16:20:11 +0200
committerneodarz <neodarz@neodarz.net>2019-09-10 16:20:11 +0200
commit1ae302dae3df2cb48c99ebdf407e490dca97d5fd (patch)
tree491e1f6ee0708ea379e3ead5f48246a36b88c0e9 /shared.h
parentcc42e3be1c2cfe357efaaa49b6d3738f037a9696 (diff)
parentcc8c1ad450667c8f6f983ba4f0d640accdcb49cf (diff)
downloadumosapicpp-1ae302dae3df2cb48c99ebdf407e490dca97d5fd.tar.xz
umosapicpp-1ae302dae3df2cb48c99ebdf407e490dca97d5fd.zip
Merge branch 'restbed_rewrite'
Diffstat (limited to '')
-rw-r--r--shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.h b/shared.h
index 7ba7006..5ee3d78 100644
--- a/shared.h
+++ b/shared.h
@@ -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