User: kz      
Date: 2006/07/19 02:36:46

Modified:
   dba/dbaccess/source/ui/inc/genericcontroller.hxx

Log:
 INTEGRATION: CWS kendy12 (1.38.6); FILE MERGED
 2006/07/14 13:25:23 kendy 1.38.6.1: #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.39
Delta lines:  +1 -1
-------------------
--- genericcontroller.hxx       10 Jul 2006 15:32:52 -0000      1.38
+++ genericcontroller.hxx       19 Jul 2006 09:36:43 -0000      1.39
@@ -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]

Reply via email to