aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/error.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/error.cxx
parentc265d92cc4b968a93867f505041a74e1195d5f8d (diff)
Use OraText instead of text or oratext
This type is used in function signatures in documentation.
Diffstat (limited to 'odb/oracle/error.cxx')
-rw-r--r--odb/oracle/error.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx
index 900e3d9..d848b1a 100644
--- a/odb/oracle/error.cxx
+++ b/odb/oracle/error.cxx
@@ -35,7 +35,7 @@ namespace odb
1,
0,
&e,
- reinterpret_cast<text*> (b.data ()),
+ reinterpret_cast<OraText*> (b.data ()),
b.capacity (),
t) == OCI_ERROR;