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:
@@ -47,7 +47,7 @@ private:
|
||||
wxString DoFind();
|
||||
|
||||
wxDECLARE_NO_COPY_CLASS(wxArchiveFSHandler);
|
||||
DECLARE_DYNAMIC_CLASS(wxArchiveFSHandler)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxArchiveFSHandler);
|
||||
};
|
||||
|
||||
#endif // wxUSE_FS_ARCHIVE
|
||||
|
Reference in New Issue
Block a user