aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query-const-expr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/query-const-expr.cxx')
-rw-r--r--odb/sqlite/query-const-expr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/query-const-expr.cxx b/odb/sqlite/query-const-expr.cxx
index c4eba2e..9e48ace 100644
--- a/odb/sqlite/query-const-expr.cxx
+++ b/odb/sqlite/query-const-expr.cxx
@@ -10,6 +10,6 @@ namespace odb
{
// Sun CC cannot handle this in query.cxx.
//
- const query query::true_expr (true);
+ const query_base query_base::true_expr (true);
}
}