mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-04 14:48:40 +02:00
Quiet compilation warnings
This commit is contained in:
parent
210b3b751c
commit
1df1effb71
@ -58,8 +58,9 @@ class WaveClip;
|
|||||||
WX_DECLARE_USER_EXPORTED_LIST(WaveClip, WaveClipList, AUDACITY_DLL_API);
|
WX_DECLARE_USER_EXPORTED_LIST(WaveClip, WaveClipList, AUDACITY_DLL_API);
|
||||||
WX_DEFINE_USER_EXPORTED_ARRAY_PTR(WaveClip*, WaveClipArray, class AUDACITY_DLL_API);
|
WX_DEFINE_USER_EXPORTED_ARRAY_PTR(WaveClip*, WaveClipArray, class AUDACITY_DLL_API);
|
||||||
|
|
||||||
struct WaveDisplay
|
class WaveDisplay
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
int width;
|
int width;
|
||||||
sampleCount *where;
|
sampleCount *where;
|
||||||
float *min, *max, *rms;
|
float *min, *max, *rms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user