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-mysql.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mapping/traits-mysql.hxx') diff --git a/mapping/traits-mysql.hxx b/mapping/traits-mysql.hxx index 497d122..ff5d106 100644 --- a/mapping/traits-mysql.hxx +++ b/mapping/traits-mysql.hxx @@ -20,7 +20,7 @@ namespace odb namespace mysql { template <> - class value_traits + class value_traits { public: typedef bool value_type; @@ -53,7 +53,7 @@ namespace odb }; template <> - class value_traits + class value_traits { public: typedef date value_type; -- cgit v1.1