1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Quiet compilation warnings

This commit is contained in:
Paul Licameli 2015-06-02 19:15:29 -04:00
parent 210b3b751c
commit 1df1effb71

View File

@ -58,8 +58,9 @@ class WaveClip;
WX_DECLARE_USER_EXPORTED_LIST(WaveClip, WaveClipList, AUDACITY_DLL_API);
WX_DEFINE_USER_EXPORTED_ARRAY_PTR(WaveClip*, WaveClipArray, class AUDACITY_DLL_API);
struct WaveDisplay
class WaveDisplay
{
public:
int width;
sampleCount *where;
float *min, *max, *rms;