diff options
Diffstat (limited to 'src/notifymanager.h')
-rw-r--r-- | src/notifymanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifymanager.h b/src/notifymanager.h index d7c5607e6..fd6fe5eb7 100644 --- a/src/notifymanager.h +++ b/src/notifymanager.h @@ -31,5 +31,5 @@ namespace NotifyManager void notify(const unsigned int message, const int num); void notify(const unsigned int message, const std::string &str); int getIndexBySound(const std::string &sound); -} +} // namespace NotifyManager #endif |