Fixed typo in 87edcd0

This commit is contained in:
Brian Ferguson 2013-11-05 10:11:57 -07:00
parent 87edcd0ce4
commit 521861a87d

View File

@ -30,7 +30,7 @@ class MeterWindow;
class IfCondition
{
public:
IfCondition(std::wstring value, std::wstring trueAction, std::wstring falseAction = L"", bool hasSelf = false) :
IfCondition(std::wstring value, std::wstring trueAction, std::wstring falseAction, bool hasSelf = false) :
condition(),
tAction(),
fAction(),