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:
Vladimir Glazounov 2005-02-17 10:07:58 +00:00
parent 535627ef0e
commit 1f9816c133

View file

@ -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;
}
}