1
0
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:
James Crook
2017-04-16 11:39:29 +01:00
parent c1c6a91586
commit 7192470678

View File

@@ -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);