From 84b6d8488a2415c1c6c91b2234993497ab8f792b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Aug 2011 13:23:54 +0200 Subject: Style changes --- pgsql/types/traits.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgsql/types/traits.hxx b/pgsql/types/traits.hxx index 9852727..ae3bd9e 100644 --- a/pgsql/types/traits.hxx +++ b/pgsql/types/traits.hxx @@ -140,7 +140,7 @@ namespace odb static void set_value (unsigned char v[16], - unsigned char const* i, + const unsigned char* i, bool is_null) { if (!is_null) @@ -150,7 +150,7 @@ namespace odb } static void - set_image (unsigned char* i, bool& is_null, unsigned char const v[16]) + set_image (unsigned char* i, bool& is_null, const unsigned char v[16]) { is_null = false; std::memcpy (i, v, 16); -- cgit v1.1