diff options
Diffstat (limited to 'include/datetime/exporter.h')
-rw-r--r-- | include/datetime/exporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/exporter.h b/include/datetime/exporter.h index dd57263..211e7bb 100644 --- a/include/datetime/exporter.h +++ b/include/datetime/exporter.h @@ -39,7 +39,7 @@ namespace datetime { class Exporter { public: - Exporter(const std::shared_ptr<Settings>&); + explicit Exporter(const std::shared_ptr<Settings>&); ~Exporter(); core::Signal<>& name_lost(); |