summaryrefslogtreecommitdiff
path: root/odb/semantics/fundamental.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:27:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-06-04 16:27:35 +0200
commit633f9c5ac574750799efdfe5d1eb31db40a267da (patch)
tree22a579a5e476f7f6ad0cec0d2d39a9247d559ac7 /odb/semantics/fundamental.cxx
parent05216e9cbe22690ec45f0ca2665d3b1ee7dedb55 (diff)
Make nameable::fq_name virtual
Override it for fundamental type to do the right thing.
Diffstat (limited to 'odb/semantics/fundamental.cxx')
-rw-r--r--odb/semantics/fundamental.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/semantics/fundamental.cxx b/odb/semantics/fundamental.cxx
index 10074a5..7da222d 100644
--- a/odb/semantics/fundamental.cxx
+++ b/odb/semantics/fundamental.cxx
@@ -8,6 +8,12 @@
namespace semantics
{
+ string fund_type::
+ fq_name () const
+ {
+ return name ();
+ }
+
// type info
//
namespace