1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

Fix warning on Linux

This commit is contained in:
Leland Lucius 2015-05-29 13:09:48 -05:00
parent e5f6a44656
commit c2ef62b36c

View File

@ -87,8 +87,8 @@ public:
private:
samplePtr mPtr;
int mCount;
samplePtr mPtr;
};
//