Fixed typo in @1e3d6c156d71953bb1faa48d8b64635bc956bbd2

This commit is contained in:
Brian Ferguson 2012-09-23 22:59:22 -06:00
parent 1a60511edf
commit 032c7914f7

View File

@ -1379,7 +1379,7 @@ void CMeterWindow::SetOption(const std::wstring& section, const std::wstring& op
return;
}
CMeter* measure = GetMeter(section);
CMeasure* measure = GetMeasure(section);
if (measure)
{
setValue(measure, option, value);