Tag: cws_src680_kendy12 User: kendy Date: 2006/07/14 06:25:26 Modified: dba/dbaccess/source/ui/inc/genericcontroller.hxx
Log: #i67303# x86-64 buildfix. File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: genericcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/genericcontroller.hxx?r1=1.38&r2=1.38.6.1 Delta lines: +4 -4 ------------------- --- genericcontroller.hxx 10 Jul 2006 15:32:52 -0000 1.38 +++ genericcontroller.hxx 14 Jul 2006 13:25:23 -0000 1.38.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.hxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.38.6.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:32:52 $ + * last change: $Author: kendy $ $Date: 2006/07/14 13:25:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,7 +143,7 @@ public: optional ( ) : base_type( ) { } explicit optional ( T const& val ) : base_type( val ) { } - optional ( optional const& rhs ) : base_type( rhs ) { } + optional ( optional const& rhs ) : base_type( (base_type const&)rhs ) { } public: optional& operator= ( T const& rhs ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
