1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 23:49:28 +02:00

convert commented out code into a comment on why the obvious code would be wrong

This commit is contained in:
RichardAsh1981@gmail.com 2013-08-30 19:17:04 +00:00
parent 2e692504fd
commit 22166968d3

View File

@ -86,7 +86,8 @@ public:
bool updated; /// flag to tell if the label times were updated
};
//AUDACITY_DLL_API WX_DEFINE_ARRAY(LabelStruct *, LabelArray);
//You can't stick AUDACITY_DLL_API in front of the WX_DEFINE_ARRAY() macro, you
//have to use the below macro instead to avoid a warning
WX_DEFINE_USER_EXPORTED_ARRAY(LabelStruct *, LabelArray, class AUDACITY_DLL_API);
const int NUM_GLYPH_CONFIGS = 3;