Use wx-prefixed macros throughout the repository.
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE occurrences to use the wx-prefixed version of the macros.
This commit is contained in:
@@ -79,7 +79,7 @@ typedef boolean wxjpeg_boolean;
|
||||
// wxJPEGHandler
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxJPEGHandler,wxImageHandler)
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxJPEGHandler,wxImageHandler);
|
||||
|
||||
#if wxUSE_STREAMS
|
||||
|
||||
|
Reference in New Issue
Block a user