diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 09:13:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 09:13:28 +0200 |
commit | ecf013c9ec4ccc36da076227ce32ccb8aa49c3f4 (patch) | |
tree | bef7545785da1af763d28528a12aa341a26ed27e | |
parent | 25586dc3b3d4b011ff27e56571c1bd787b8897a3 (diff) |
Cosmetic change
-rw-r--r-- | odb/oracle/statement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx index 1418152..fa2e879 100644 --- a/odb/oracle/statement.hxx +++ b/odb/oracle/statement.hxx @@ -228,7 +228,7 @@ namespace odb } number; unsigned long long integer; - }id; + } id; sb2 indicator; }; |