mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
convert commented out code into a comment on why the obvious code would be wrong
This commit is contained in:
parent
2e692504fd
commit
22166968d3
@ -86,7 +86,8 @@ public:
|
|||||||
bool updated; /// flag to tell if the label times were updated
|
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);
|
WX_DEFINE_USER_EXPORTED_ARRAY(LabelStruct *, LabelArray, class AUDACITY_DLL_API);
|
||||||
|
|
||||||
const int NUM_GLYPH_CONFIGS = 3;
|
const int NUM_GLYPH_CONFIGS = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user