From 56a8d4e51f257d1a6cd0f3f48029731d7387fe25 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Jun 2023 07:58:12 +0200 Subject: Fix GCC 13 -Woverloaded-virtual warning --- odb/relational/source.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/relational/source.hxx') 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_; -- cgit v1.1