minor compilation warning corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -220,9 +220,9 @@ bool wxClipboard::AddData( wxDataObject *data )
|
||||
array[i].GetId().c_str() );
|
||||
|
||||
#if !TARGET_CARBON
|
||||
OSErr err = noErr ;
|
||||
OSErr err = noErr ;
|
||||
#else
|
||||
OSStatus err = noErr ;
|
||||
OSStatus err = noErr ;
|
||||
#endif
|
||||
|
||||
switch ( array[i].GetType() )
|
||||
|
||||
Reference in New Issue
Block a user