aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/sqlite/qdate-time-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/sqlite/qdate-time-traits.hxx')
-rw-r--r--odb/qt/date-time/sqlite/qdate-time-traits.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/qt/date-time/sqlite/qdate-time-traits.hxx b/odb/qt/date-time/sqlite/qdate-time-traits.hxx
index 85c4c1a..07c72c1 100644
--- a/odb/qt/date-time/sqlite/qdate-time-traits.hxx
+++ b/odb/qt/date-time/sqlite/qdate-time-traits.hxx
@@ -23,7 +23,7 @@ namespace odb
namespace sqlite
{
template <>
- class default_value_traits<QDateTime, details::buffer, id_text>
+ class default_value_traits<QDateTime, id_text>
{
public:
typedef QDateTime value_type;
@@ -74,7 +74,7 @@ namespace odb
// The integer value represents UNIX time.
//
template <>
- class default_value_traits<QDateTime, long long, id_integer>
+ class default_value_traits<QDateTime, id_integer>
{
public:
typedef QDateTime value_type;