From 302ec6774a0dc0ab333462c9fbd0933f33c64e54 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2011 09:18:51 +0200 Subject: Get rid of image type argument in value traits template --- odb/qt/date-time/sqlite/qtime-traits.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/qt/date-time/sqlite/qtime-traits.hxx') diff --git a/odb/qt/date-time/sqlite/qtime-traits.hxx b/odb/qt/date-time/sqlite/qtime-traits.hxx index 84721ee..cf139b0 100644 --- a/odb/qt/date-time/sqlite/qtime-traits.hxx +++ b/odb/qt/date-time/sqlite/qtime-traits.hxx @@ -22,7 +22,7 @@ namespace odb namespace sqlite { template <> - class default_value_traits + class default_value_traits { public: typedef QTime value_type; @@ -74,7 +74,7 @@ namespace odb // integer value represents seconds since midnight. // template <> - class default_value_traits + class default_value_traits { public: typedef QTime value_type; -- cgit v1.1