mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
More const and override
This commit is contained in:
@@ -34,8 +34,8 @@ class CompareAudioCommand final : public CommandImplementation
|
||||
{
|
||||
private:
|
||||
double mT0, mT1;
|
||||
WaveTrack *mTrack0;
|
||||
WaveTrack *mTrack1;
|
||||
const WaveTrack *mTrack0;
|
||||
const WaveTrack *mTrack1;
|
||||
|
||||
// Update member variables with project selection data (and validate)
|
||||
bool GetSelection(AudacityProject &proj);
|
||||
|
Reference in New Issue
Block a user