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:
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(),
|
||||
|
Loading…
Reference in New Issue
Block a user