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:
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "wx/docmdi.h"
|
||||
|
||||
IMPLEMENT_CLASS(wxDocMDIParentFrame, wxMDIParentFrame)
|
||||
IMPLEMENT_CLASS(wxDocMDIChildFrame, wxMDIChildFrame)
|
||||
wxIMPLEMENT_CLASS(wxDocMDIParentFrame, wxMDIParentFrame);
|
||||
wxIMPLEMENT_CLASS(wxDocMDIChildFrame, wxMDIChildFrame);
|
||||
|
||||
#endif // wxUSE_DOC_VIEW_ARCHITECTURE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user