summaryrefslogtreecommitdiff
path: root/odb/semantics/union-template.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/union-template.hxx')
-rw-r--r--odb/semantics/union-template.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/semantics/union-template.hxx b/odb/semantics/union-template.hxx
index 54bf447..49b820e 100644
--- a/odb/semantics/union-template.hxx
+++ b/odb/semantics/union-template.hxx
@@ -15,7 +15,7 @@ namespace semantics
class union_template: public type_template, public scope
{
public:
- union_template (path const&, size_t line, size_t column);
+ union_template (path const&, size_t line, size_t column, tree);
// Resolve conflict between scope::scope and nameable::scope.
//