aboutsummaryrefslogtreecommitdiff
path: root/odb/schema-catalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/schema-catalog.hxx')
-rw-r--r--odb/schema-catalog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/schema-catalog.hxx b/odb/schema-catalog.hxx
index d79d0b3..861c3d0 100644
--- a/odb/schema-catalog.hxx
+++ b/odb/schema-catalog.hxx
@@ -9,7 +9,7 @@
#include <string>
-#include <odb/forward.hxx>
+#include <odb/forward.hxx> // odb::core
#include <odb/details/export.hxx>
@@ -22,7 +22,7 @@ namespace odb
create_schema (database&, const std::string& name = "");
};
- namespace core
+ namespace common
{
using odb::schema_catalog;
}