aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-05 13:19:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-08 16:03:17 +0200
commitcad77e08b1d3e2e55fd9aec12b1643cd7b4a0eca (patch)
treeb0d2c5a7fd07dc4230afc62753d64935f0294384 /odb/oracle/statement.cxx
parentc265d92cc4b968a93867f505041a74e1195d5f8d (diff)
Use OraText instead of text or oratext
This type is used in function signatures in documentation.
Diffstat (limited to 'odb/oracle/statement.cxx')
-rw-r--r--odb/oracle/statement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx
index 642e928..0dab835 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -143,7 +143,7 @@ namespace odb
sword r (OCIStmtPrepare2 (conn_.handle (),
&handle,
err,
- reinterpret_cast<const text*> (s.c_str ()),
+ reinterpret_cast<const OraText*> (s.c_str ()),
static_cast<ub4> (s.size ()),
0,
0,