From d4f046f349837c7f7075006b4f91cb0b41a383a4 Mon Sep 17 00:00:00 2001 From: Alberth Date: Wed, 25 Feb 2015 21:42:52 +0100 Subject: [PATCH] Fix(commit:8135798930926e24115f05b06e393aa0a73c944b): Also declare the function name that is actually used. --- company.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.nut b/company.nut index df33fd2..58e8d45 100644 --- a/company.nut +++ b/company.nut @@ -63,7 +63,7 @@ class CompanyGoal { } } - function GetTimeoutDays(); + function ResetTimeout(); function AddMonitorElement(mon); function UpdateDelivered(mon, comp_id); function UpdateTimeout(step);