From d206125ed2d85891d946c3c12c9b7eb95d5af41e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Apr 2011 18:28:42 +0200 Subject: Get rid of image type argument in value_traits --- mapping/traits-sqlite.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mapping/traits-sqlite.hxx') diff --git a/mapping/traits-sqlite.hxx b/mapping/traits-sqlite.hxx index 697f1b6..38a8535 100644 --- a/mapping/traits-sqlite.hxx +++ b/mapping/traits-sqlite.hxx @@ -21,7 +21,7 @@ namespace odb namespace sqlite { template <> - class value_traits + class value_traits { public: typedef bool value_type; @@ -58,7 +58,7 @@ namespace odb // doesn't do any error checking for brevity. // template <> - class value_traits + class value_traits { public: typedef date value_type; -- cgit v1.1