aboutsummaryrefslogtreecommitdiff
path: root/odb/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/query.hxx')
-rw-r--r--odb/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/query.hxx b/odb/query.hxx
index ffff7f7..adea4b3 100644
--- a/odb/query.hxx
+++ b/odb/query.hxx
@@ -82,7 +82,7 @@ namespace odb
};
template <typename T,
- typename B = typename query_selector<T, id_default>::base_type>
+ typename B = typename query_selector<T, id_common>::base_type>
class query;
namespace core