1
0
mirror of https://github.com/chibicitiberiu/rainmeter-studio.git synced 2024-02-24 04:33:31 +00:00

Fixed typo in 87edcd0

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

@ -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(),