summaryrefslogtreecommitdiff
path: root/odb/semantics/union.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/union.hxx')
-rw-r--r--odb/semantics/union.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/odb/semantics/union.hxx b/odb/semantics/union.hxx
index 2f441ca..bd95724 100644
--- a/odb/semantics/union.hxx
+++ b/odb/semantics/union.hxx
@@ -13,10 +13,7 @@ namespace semantics
class union_: public virtual type, public scope
{
public:
- union_ (path const& file, size_t line, size_t column, tree tn)
- : node (file, line, column), type (tn)
- {
- }
+ union_ (path const&, size_t line, size_t column, tree);
// Resolve conflict between scope::scope and nameable::scope.
//