aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/sqlite/qdate-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/sqlite/qdate-traits.hxx')
-rw-r--r--odb/qt/date-time/sqlite/qdate-traits.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/odb/qt/date-time/sqlite/qdate-traits.hxx b/odb/qt/date-time/sqlite/qdate-traits.hxx
index f1967ce..7d8215b 100644
--- a/odb/qt/date-time/sqlite/qdate-traits.hxx
+++ b/odb/qt/date-time/sqlite/qdate-traits.hxx
@@ -23,9 +23,8 @@ namespace odb
namespace sqlite
{
template <>
- class default_value_traits<QDate, id_text>
+ struct default_value_traits<QDate, id_text>
{
- public:
typedef QDate value_type;
typedef QDate query_type;
typedef details::buffer image_type;
@@ -74,9 +73,8 @@ namespace odb
// integer value represents UNIX time.
//
template <>
- class default_value_traits<QDate, id_integer>
+ struct default_value_traits<QDate, id_integer>
{
- public:
typedef QDate value_type;
typedef QDate query_type;
typedef long long image_type;
@@ -116,7 +114,7 @@ namespace odb
};
template <>
- class default_type_traits<QDate>
+ struct default_type_traits<QDate>
{
static const database_type_id db_type_id = id_text;
};