diff options
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/notifications.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index fbc2109..0de1e23 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -35,7 +35,7 @@ class Engine; * Helper class for showing notifications. * * Populate the builder, then pass it to Engine::show(). - * + * * @see Engine::show(Builder) */ class Builder @@ -104,7 +104,7 @@ public: void close_all(); const std::string& app_name() const; - + private: class Impl; std::unique_ptr<Impl> impl; |