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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/qt/date-time/sqlite/qdate-traits.hxx b/odb/qt/date-time/sqlite/qdate-traits.hxx
index 16940c3..f1967ce 100644
--- a/odb/qt/date-time/sqlite/qdate-traits.hxx
+++ b/odb/qt/date-time/sqlite/qdate-traits.hxx
@@ -23,7 +23,7 @@ namespace odb
namespace sqlite
{
template <>
- class default_value_traits<QDate, details::buffer, id_text>
+ class default_value_traits<QDate, id_text>
{
public:
typedef QDate value_type;
@@ -74,7 +74,7 @@ namespace odb
// integer value represents UNIX time.
//
template <>
- class default_value_traits<QDate, long long, id_integer>
+ class default_value_traits<QDate, id_integer>
{
public:
typedef QDate value_type;