mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 16:16:33 +01:00
Fixed missing include <listctrl.h> and fixed warning on LabelArray from DLL exporting.
This commit is contained in:
@@ -86,7 +86,8 @@ public:
|
||||
bool updated; /// flag to tell if the label times were updated
|
||||
};
|
||||
|
||||
AUDACITY_DLL_API WX_DEFINE_ARRAY(LabelStruct *, LabelArray);
|
||||
//AUDACITY_DLL_API WX_DEFINE_ARRAY(LabelStruct *, LabelArray);
|
||||
WX_DEFINE_USER_EXPORTED_ARRAY(LabelStruct *, LabelArray, class AUDACITY_DLL_API);
|
||||
|
||||
const int NUM_GLYPH_CONFIGS = 3;
|
||||
const int NUM_GLYPH_HIGHLIGHTS = 4;
|
||||
|
||||
Reference in New Issue
Block a user