aboutsummaryrefslogtreecommitdiff
path: root/pgsql/types/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/types/test.hxx')
-rw-r--r--pgsql/types/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql/types/test.hxx b/pgsql/types/test.hxx
index 856e981..34f913f 100644
--- a/pgsql/types/test.hxx
+++ b/pgsql/types/test.hxx
@@ -150,7 +150,7 @@ struct object
// Other types.
//
#pragma db type ("UUID")
- unsigned char uuid_[16];
+ char uuid_[16];
// Test ENUM representation.
//