diff --git a/src/recur2.cpp b/src/recur2.cpp index 26b4753b0..6fa54f0c3 100644 --- a/src/recur2.cpp +++ b/src/recur2.cpp @@ -29,6 +29,15 @@ extern Context context; +//////////////////////////////////////////////////////////////////////////////// +// Calculates the due date for a new new instance N. +static Datetime calculateDueN (const Task&, int) +{ + Datetime due; + + return due; +} + //////////////////////////////////////////////////////////////////////////////// static void synthesizeTasks (const Task&) {