1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Removed TrackPanel:: prefix so can compile under Linux.

This commit is contained in:
james.k.crook@gmail.com
2014-10-18 18:36:34 +00:00
parent a6f9f6bc58
commit bffa710ce4

View File

@@ -571,7 +571,7 @@ protected:
const WaveTrack *mFreqSelTrack;
std::auto_ptr<SpectrumAnalyst> mFrequencySnapper;
bool TrackPanel::MayAdjustBoundary( eFreqSelMode SelMode, wxCoord y, const wxRect & r,
bool MayAdjustBoundary( eFreqSelMode SelMode, wxCoord y, const wxRect & r,
const WaveTrack* wt, bool logF);
#endif