summaryrefslogtreecommitdiff
path: root/odb/relational/model.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/model.cxx')
-rw-r--r--odb/relational/model.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/model.cxx b/odb/relational/model.cxx
index 235350d..bd91b3c 100644
--- a/odb/relational/model.cxx
+++ b/odb/relational/model.cxx
@@ -147,7 +147,7 @@ namespace relational
semantics::node& d (*e.dup.get<semantics::node*> ("cxx-node"));
cerr << d.file () << ":" << d.line () << ":" << d.column ()
- << ": error: " << e.dup.kind () << " name '" << e.orig_name
+ << ": error: " << e.dup.kind () << " name '" << e.name
<< "' conflicts with an already defined " << e.orig.kind ()
<< " name"
<< endl;