diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-11 22:34:04 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-11 22:34:04 +0100 |
commit | fa686e83d6b43434b82c096c7eef37b78440fe95 (patch) | |
tree | 0d994ee2ed527b352bb5f69256f9380c1d3374d7 /dbaccess/source | |
parent | 7656470fba46f8c1ef285c612dc248ae9edafd3e (diff) |
dba33b: #i10000# who would have thought the Solaris compiler includes the const-ness of a method argument in the name mangling ...
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/api/definitioncolumn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/definitioncolumn.cxx b/dbaccess/source/core/api/definitioncolumn.cxx index 6662b470fcae..9f9e511fc9b4 100644 --- a/dbaccess/source/core/api/definitioncolumn.cxx +++ b/dbaccess/source/core/api/definitioncolumn.cxx @@ -617,7 +617,7 @@ void OTableColumnDescriptorWrapper::setFastPropertyValue_NoBroadcast( //============================================================ //-------------------------------------------------------------------------- OTableColumnWrapper::OTableColumnWrapper( const Reference< XPropertySet >& rCol, const Reference< XPropertySet >& _xColDefintion, - bool _bPureWrap ) + const bool _bPureWrap ) :OTableColumnDescriptorWrapper( rCol, _bPureWrap, false ) { osl_incrementInterlockedCount( &m_refCount ); |