aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/oracle/qdate-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/oracle/qdate-traits.hxx')
-rw-r--r--odb/qt/date-time/oracle/qdate-traits.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/qt/date-time/oracle/qdate-traits.hxx b/odb/qt/date-time/oracle/qdate-traits.hxx
index 4d4f9db..4ac9716 100644
--- a/odb/qt/date-time/oracle/qdate-traits.hxx
+++ b/odb/qt/date-time/oracle/qdate-traits.hxx
@@ -38,8 +38,8 @@ namespace odb
else
{
short y (0);
- unsigned char m (0), d (0), h (0), min (0), s (0);
- details::get_date (b, y, m, d, h, min, s);
+ unsigned char m (0), d (0), h (0), minute (0), s (0);
+ details::get_date (b, y, m, d, h, minute, s);
v.setDate (y, m, d);
}