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/basic/sqlite/qstring-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/basic/sqlite/qstring-traits.hxx') diff --git a/odb/qt/basic/sqlite/qstring-traits.hxx b/odb/qt/basic/sqlite/qstring-traits.hxx index 31a9c1f..53c4be4 100644 --- a/odb/qt/basic/sqlite/qstring-traits.hxx +++ b/odb/qt/basic/sqlite/qstring-traits.hxx @@ -21,7 +21,7 @@ namespace odb namespace sqlite { template <> - struct default_value_traits + struct default_value_traits { public: typedef QString value_type; -- cgit v1.1