aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/inheritance/driver.cxx')
-rw-r--r--common/inheritance/driver.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/inheritance/driver.cxx b/common/inheritance/driver.cxx
index 9bb8477..ce72863 100644
--- a/common/inheritance/driver.cxx
+++ b/common/inheritance/driver.cxx
@@ -149,7 +149,8 @@ main (int argc, char* argv[])
// Query condition with hidden members.
//
- assert (!db->query<object2> (b_query::str == "base o2o2o2").empty ());
+ assert (
+ !db->query<object2> (o2_query::base::str == "base o2o2o2").empty ());
// Query condition with referenced composite member in base class.
//