summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/SharedDb.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Freeze/SharedDb.h')
-rw-r--r--cpp/src/Freeze/SharedDb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/SharedDb.h b/cpp/src/Freeze/SharedDb.h
index 52da8e4010c..641e8bb13e7 100644
--- a/cpp/src/Freeze/SharedDb.h
+++ b/cpp/src/Freeze/SharedDb.h
@@ -30,7 +30,7 @@ class SharedDb : public ::Db
{
public:
- using ::Db::get;
+ using Db::get;
static SharedDbPtr get(const ConnectionIPtr&, const std::string&, bool);