mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 00:00:18 +01:00
Fix build broken by debug casting.
This commit is contained in:
@@ -1868,7 +1868,7 @@ void Meter::RestoreState(const State &state)
|
||||
|
||||
mMonitoring = state.mMonitoring;
|
||||
mActive = state.mActive;
|
||||
wxLogDebug("Restore state for %08X, is %i", (int)this, mActive );
|
||||
//wxLogDebug("Restore state for %p, is %i", this, mActive );
|
||||
|
||||
if (mActive)
|
||||
mTimer.Start(1000 / mMeterRefreshRate);
|
||||
|
||||
Reference in New Issue
Block a user