aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/statement.hxx')
-rw-r--r--odb/oracle/statement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index cbdb2ce..4dcd804 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -126,8 +126,8 @@ namespace odb
{
union
{
- unsigned int int_;
- unsigned long long long_long_;
+ unsigned int value_32;
+ unsigned long long value_64;
} id;
sb2 ind;