From fa81ea4fe9804bb07632d3f8d664b1047e3cbfcc Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Tue, 5 Nov 2013 21:19:04 +0200 Subject: [PATCH] Additional change to 40e0b70 --- Library/Measure.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Measure.cpp b/Library/Measure.cpp index 1aeee8b5..37e5671d 100644 --- a/Library/Measure.cpp +++ b/Library/Measure.cpp @@ -77,7 +77,6 @@ Measure::Measure(MeterWindow* meterWindow, const WCHAR* name) : Section(meterWin m_MedianPos(), m_AveragePos(), m_AverageSize(), - m_IfActions(meterWindow, this), m_Disabled(false), m_Paused(false), m_Initialized(false), @@ -518,7 +517,7 @@ bool Measure::Update(bool rereadOptions) if (m_MeterWindow) { - m_IfActions.DoIfActions(m_Value); + m_IfActions.DoIfActions(*this, m_Value); } return true;