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 class IfCondition
{ {
public: 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(), condition(),
tAction(), tAction(),
fAction(), fAction(),