diff options
Diffstat (limited to 'src/notifymanager.h')
-rw-r--r-- | src/notifymanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notifymanager.h b/src/notifymanager.h index 59f3251c7..d7c5607e6 100644 --- a/src/notifymanager.h +++ b/src/notifymanager.h @@ -30,5 +30,6 @@ namespace NotifyManager void notify(const unsigned int message); 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); } #endif |