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/mysql/qtime-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/date-time/mysql/qtime-traits.hxx') diff --git a/odb/qt/date-time/mysql/qtime-traits.hxx b/odb/qt/date-time/mysql/qtime-traits.hxx index 69cd49c..5470678 100644 --- a/odb/qt/date-time/mysql/qtime-traits.hxx +++ b/odb/qt/date-time/mysql/qtime-traits.hxx @@ -17,7 +17,7 @@ namespace odb namespace mysql { template <> - class default_value_traits + class default_value_traits { public: typedef QTime value_type; -- cgit v1.1