diff options
Diffstat (limited to 'include/datetime/exporter.h')
-rw-r--r-- | include/datetime/exporter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/datetime/exporter.h b/include/datetime/exporter.h index fb21db2..abc32ff 100644 --- a/include/datetime/exporter.h +++ b/include/datetime/exporter.h @@ -34,7 +34,7 @@ namespace indicator { namespace datetime { /** - * \brief Exports actions and menus to DBus. + * \brief Exports actions and menus to DBus. */ class Exporter { @@ -51,9 +51,9 @@ private: class Impl; std::unique_ptr<Impl> p; - // disable copying - Exporter(const Exporter&) =delete; - Exporter& operator=(const Exporter&) =delete; + // disable copying + Exporter(const Exporter&) =delete; + Exporter& operator=(const Exporter&) =delete; }; } // namespace datetime |