summaryrefslogtreecommitdiff
path: root/odb/semantics/namespace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/namespace.hxx')
-rw-r--r--odb/semantics/namespace.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/odb/semantics/namespace.hxx b/odb/semantics/namespace.hxx
index 936a8c7..c7fcef6 100644
--- a/odb/semantics/namespace.hxx
+++ b/odb/semantics/namespace.hxx
@@ -13,14 +13,8 @@ namespace semantics
class namespace_: public scope
{
public:
- namespace_ (path const& file, size_t line, size_t column)
- : node (file, line, column)
- {
- }
-
- namespace_ ()
- {
- }
+ namespace_ (path const&, size_t line, size_t column);
+ namespace_ ();
// Resolve conflict between scope::scope and nameable::scope.
//