INTEGRATION: CWS dba23 (1.16.22); FILE MERGED
2005/02/03 08:15:34 oj 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2005/01/19 09:08:23 oj 1.16.22.1: #i40293# cast to correct pointer
This commit is contained in:
parent
535627ef0e
commit
1f9816c133
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: sqlmessage.cxx,v $
|
||||
*
|
||||
* $Revision: 1.17 $
|
||||
* $Revision: 1.18 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2005-01-21 17:16:05 $
|
||||
* last change: $Author: vg $ $Date: 2005-02-17 11:07:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -230,7 +230,7 @@ OExceptionChainDialog::OExceptionChainDialog(Window* pParent, const Any& _rStart
|
|||
if ( pListEntry )
|
||||
pListEntry->SetUserData( pUserData );
|
||||
else
|
||||
delete pUserData;
|
||||
delete (SQLExceptionInfo*)pUserData;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue