mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Move #include <wx/arrimpl.cpp>. Must occur between the WX_DECLARE_OBJARRAY and WX_DEFINE_OBJARRAY.
This commit is contained in:
parent
cd96baaa4c
commit
ab81197ce6
@ -21,7 +21,6 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include <wx/arrimpl.cpp>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/filename.h>
|
||||
@ -54,6 +53,11 @@ public:
|
||||
};
|
||||
|
||||
WX_DECLARE_OBJARRAY(AliasedFile, AliasedFileArray);
|
||||
|
||||
// Note, this #include must occur here, not up with the others!
|
||||
// It must be between the WX_DECLARE_OBJARRAY and WX_DEFINE_OBJARRAY.
|
||||
#include <wx/arrimpl.cpp>
|
||||
|
||||
WX_DEFINE_OBJARRAY( AliasedFileArray );
|
||||
|
||||
WX_DECLARE_HASH_MAP(wxString, AliasedFile *,
|
||||
|
Loading…
x
Reference in New Issue
Block a user