aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/engine-eds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/engine-eds.h')
-rw-r--r--include/datetime/engine-eds.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/datetime/engine-eds.h b/include/datetime/engine-eds.h
index d25a825..96b0f76 100644
--- a/include/datetime/engine-eds.h
+++ b/include/datetime/engine-eds.h
@@ -37,6 +37,8 @@ namespace datetime {
*****
****/
+class Myself;
+
/**
* Class wrapper around EDS so multiple #EdsPlanners can share resources
*
@@ -45,7 +47,7 @@ namespace datetime {
class EdsEngine: public Engine
{
public:
- EdsEngine();
+ EdsEngine(const std::shared_ptr<Myself> &myself);
~EdsEngine();
void get_appointments(const DateTime& begin,