aboutsummaryrefslogtreecommitdiff
path: root/oracle/types/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oracle/types/test.hxx')
-rw-r--r--oracle/types/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oracle/types/test.hxx b/oracle/types/test.hxx
index 0e48745..53f09e8 100644
--- a/oracle/types/test.hxx
+++ b/oracle/types/test.hxx
@@ -278,7 +278,7 @@ struct blob
blob (): id_ (0) {}
blob (unsigned int id, std::size_t n)
- : id_ (id), value_ ('b', n)
+ : id_ (id), value_ (n, 'b')
{
}