summaryrefslogtreecommitdiff
path: root/odb/relational/schema.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/schema.hxx
parentfdcb660d7310137971cac8d1d28868b71a238467 (diff)
Fix GCC 13 -Woverloaded-virtual warning
Diffstat (limited to 'odb/relational/schema.hxx')
-rw-r--r--odb/relational/schema.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index c5e16c6..cd975b7 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -442,6 +442,9 @@ namespace relational
traverse (*t, true);
}
+ using add_table::traverse; // Unhide.
+ using alter_table::traverse; // Unhide.
+
using table::names;
void