summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbaccess/inc/genericcontroller.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/inc/genericcontroller.hxx b/dbaccess/inc/genericcontroller.hxx
index e61fc15ed76a..9b8b5c915c4f 100644
--- a/dbaccess/inc/genericcontroller.hxx
+++ b/dbaccess/inc/genericcontroller.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: genericcontroller.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 07:50:17 $
+ * last change: $Author: rt $ $Date: 2007-07-09 08:44:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,7 +166,7 @@ namespace dbaui
{
_value.reset(); // de-init the optional value
- T directValue;
+ T directValue = T();
if ( _any >>= directValue )
_value.reset( directValue );