From 8d89bf37dd4ef3cb7373e1841ff57a53916fff0d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Mar 2012 08:36:21 +0200 Subject: Polymorphic inheritance support --- odb/relational/model.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/model.cxx') 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 ("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; -- cgit v1.1