aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/details/date.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/details/date.hxx')
-rw-r--r--odb/oracle/details/date.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/oracle/details/date.hxx b/odb/oracle/details/date.hxx
index 47137f6..4e6ac3e 100644
--- a/odb/oracle/details/date.hxx
+++ b/odb/oracle/details/date.hxx
@@ -37,13 +37,13 @@ namespace odb
}
inline void
- get_date (short& year,
+ get_date (const char* b,
+ short& year,
unsigned char& month,
unsigned char& day,
unsigned char& hour,
unsigned char& minute,
- unsigned char& second,
- const char* b)
+ unsigned char& second)
{
const unsigned char* ub (reinterpret_cast<const unsigned char*> (b));