summaryrefslogtreecommitdiff
path: root/odb/relational/model.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-21 08:36:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:50:56 +0200
commit8d89bf37dd4ef3cb7373e1841ff57a53916fff0d (patch)
tree704b7de0338eba0e008a96a09b6d57e86846d1b1 /odb/relational/model.cxx
parent68ff21c56fb287790440208907ad2a851a108f89 (diff)
Polymorphic inheritance support
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;