aboutsummaryrefslogtreecommitdiff
path: root/src/common/notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/notify.h')
-rw-r--r--src/common/notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/notify.h b/src/common/notify.h
index 81aacebb0..f813e8def 100644
--- a/src/common/notify.h
+++ b/src/common/notify.h
@@ -39,7 +39,7 @@ class Notify
public:
Notify(const char *spec);
- int notify(const char *parameter);
+ int notify(const char *tag, const char *s, ...);
private:
std::string filename;