summaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-12 07:58:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-12 07:58:12 +0200
commit56a8d4e51f257d1a6cd0f3f48029731d7387fe25 (patch)
tree3e8ae0b668e57185c983ecd658fcea75b2400760 /odb/relational/source.hxx
parentfdcb660d7310137971cac8d1d28868b71a238467 (diff)
Fix GCC 13 -Woverloaded-virtual warning
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index 026f48d..3c6f5da 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -6481,6 +6481,8 @@ namespace relational
rs->base = 0;
}
+ using class_::traverse; // Unhide.
+
protected:
semantics::class_& c_;
string scope_;