diff options
Diffstat (limited to 'include/datetime/exporter.h')
-rw-r--r-- | include/datetime/exporter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/datetime/exporter.h b/include/datetime/exporter.h index 8ae70b1..dd57263 100644 --- a/include/datetime/exporter.h +++ b/include/datetime/exporter.h @@ -22,6 +22,7 @@ #include <datetime/actions.h> #include <datetime/menu.h> +#include <datetime/settings.h> #include <core/signal.h> @@ -38,7 +39,7 @@ namespace datetime { class Exporter { public: - Exporter(); + Exporter(const std::shared_ptr<Settings>&); ~Exporter(); core::Signal<>& name_lost(); |