From 6891521c01a648f2ef66a5b303c9c73a1c3b8ade Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Aug 2010 14:05:02 +0200 Subject: Use class instead of struct --- odb/traits.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/traits.hxx') 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 - struct value_traits + class value_traits { + public: typedef V value_type; template -- cgit v1.1