From 698b7e239279d5877991a8a8fe78353cf8a8b4ad Mon Sep 17 00:00:00 2001
From: Dimitrios Stoupis <dimitris.apple@gmail.com>
Date: Sun, 17 Mar 2019 10:39:16 +0000
Subject: [PATCH] Added a class constructor

---
 inc/Services/TimeBasedSchedulingService.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/inc/Services/TimeBasedSchedulingService.hpp b/inc/Services/TimeBasedSchedulingService.hpp
index e7c802ad..a4373c82 100644
--- a/inc/Services/TimeBasedSchedulingService.hpp
+++ b/inc/Services/TimeBasedSchedulingService.hpp
@@ -62,6 +62,8 @@ private:
 
 
 public:
+	TimeBasedSchedulingService();
+
 	/**
 	 * TC[11,1] enable the time-based schedule execution function
 	 *
-- 
GitLab