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