INTEGRATION: CWS sb59 (1.7.42); FILE MERGED
2006/08/29 14:08:20 sb 1.7.42.1: #i67487# Made code warning-free (wntmsci10).
This commit is contained in:
parent
76e46e4845
commit
b496965326
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: graphconvert.cxx,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-17 00:43:49 $
|
||||
* last change: $Author: obo $ $Date: 2006-10-12 11:22:03 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -124,7 +124,7 @@ void MainThreadNotificationRequest::mainThreadWorkerStart( MainThreadNotificatio
|
|||
Application::PostUserEvent( STATIC_LINK( NULL, MainThreadNotificationRequest, worker ), pMTRequest );
|
||||
}
|
||||
|
||||
IMPL_STATIC_LINK( MainThreadNotificationRequest, worker, MainThreadNotificationRequest*, pMTRequest )
|
||||
IMPL_STATIC_LINK_NOINSTANCE( MainThreadNotificationRequest, worker, MainThreadNotificationRequest*, pMTRequest )
|
||||
{
|
||||
if ( pMTRequest )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue