aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.cxx')
-rw-r--r--odb/relational/source.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index ac29e6d..6b364cf 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -245,10 +245,7 @@ namespace relational
m = dynamic_cast<data_member*> (ctx.unit.find (decl));
- //@@ Temporarily translate '.' to '::' until the query is changed
- // to use '.' for composite member access.
- //
- r += "::";
+ r += '.';
r += ctx.public_name (*m);
if (check_ptr)