aboutsummaryrefslogtreecommitdiff
path: root/odb/traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/traits.hxx')
-rw-r--r--odb/traits.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/traits.hxx b/odb/traits.hxx
index aa98ae1..14fa424 100644
--- a/odb/traits.hxx
+++ b/odb/traits.hxx
@@ -91,8 +91,9 @@ namespace odb
};
template <typename V>
- struct value_traits
+ class value_traits
{
+ public:
typedef V value_type;
template <typename I>