From 521861a87d11bb2606a4692021892b2d28c8bcef Mon Sep 17 00:00:00 2001 From: Brian Ferguson Date: Tue, 5 Nov 2013 10:11:57 -0700 Subject: [PATCH] Fixed typo in 87edcd0 --- Library/IfActions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/IfActions.h b/Library/IfActions.h index af0c458d..915a938d 100644 --- a/Library/IfActions.h +++ b/Library/IfActions.h @@ -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(),