diff options
Diffstat (limited to 'src/fe-gtk/notifications/notification-winrt.cpp')
-rw-r--r-- | src/fe-gtk/notifications/notification-winrt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/notifications/notification-winrt.cpp b/src/fe-gtk/notifications/notification-winrt.cpp index 74cc2e78..663f9c08 100644 --- a/src/fe-gtk/notifications/notification-winrt.cpp +++ b/src/fe-gtk/notifications/notification-winrt.cpp @@ -41,7 +41,7 @@ widen(const std::string & to_widen) extern "C" { __declspec (dllexport) void - notification_backend_show (const char *title, const char *text, int timeout) + notification_backend_show (const char *title, const char *text) { try { |