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:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "wx/osx/private.h"
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS( wxMenuItemImpl , wxObject )
|
||||
wxIMPLEMENT_ABSTRACT_CLASS(wxMenuItemImpl, wxObject);
|
||||
|
||||
wxMenuItemImpl::~wxMenuItemImpl()
|
||||
{
|
||||
|
Reference in New Issue
Block a user