* Generalized clipboard implementation by Matthew Flatt
*/
-IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxClipboardBase)
+IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)
wxClipboard::wxClipboard()
{
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() )
}
#endif
}
- break;
+ break ;
#if wxUSE_DRAG_AND_DROP
case wxDF_METAFILE:
#endif
HUnlock( (Handle) pict ) ;
}
- break;
+ break ;
#endif
case wxDF_BITMAP:
case wxDF_DIB:
transferred = true ;
}
}
+ break ;
+
default :
break ;
}