From 2b02d443ab344bc02dfc2891fb1a57c6520c393f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Aug 2010 17:05:24 +0200 Subject: Use type names as specified in the header that we compile --- odb/semantics/fundamental.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/semantics/fundamental.hxx') diff --git a/odb/semantics/fundamental.hxx b/odb/semantics/fundamental.hxx index cd68688..991bc54 100644 --- a/odb/semantics/fundamental.hxx +++ b/odb/semantics/fundamental.hxx @@ -19,6 +19,9 @@ namespace semantics virtual string fq_name () const; + virtual string + fq_name (names*) const; + protected: fund_type (tree tn) : type (tn) {} -- cgit v1.1