mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
This commit is contained in:
@@ -91,7 +91,7 @@ class AUDACITY_DLL_API NoteTrack:public Track {
|
||||
// mSeq variable. (TrackArtist should check to make sure this
|
||||
// flip-flop from mSeq to mSerializationBuffer happened an
|
||||
// even number of times, otherwise mSeq will be NULL).
|
||||
void *mSerializationBuffer; // NULL means no buffer
|
||||
char *mSerializationBuffer; // NULL means no buffer
|
||||
long mSerializationLength;
|
||||
double mLen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user