summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-09-12 17:09:16 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-09-12 17:09:16 +0300
commitc07c296957a80db93e644b679cb9e43fd2c71334 (patch)
tree9635f27cfb07c9ab5be7cf9727ce89271643be3e /plugins/NotesAndReminders
parent53136dc1cb3b950b2581636baf14f5de0ace375a (diff)
compilation fix
Diffstat (limited to 'plugins/NotesAndReminders')
-rw-r--r--plugins/NotesAndReminders/src/reminders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/reminders.cpp b/plugins/NotesAndReminders/src/reminders.cpp
index 446f1b5c6b..358ffae815 100644
--- a/plugins/NotesAndReminders/src/reminders.cpp
+++ b/plugins/NotesAndReminders/src/reminders.cpp
@@ -1509,7 +1509,7 @@ static void EditReminder(REMINDERDATA *p)
/////////////////////////////////////////////////////////////////////////////////////////
-static INT_PTR CALLBACK ListWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
+static LRESULT CALLBACK ListWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
if (msg == WM_KEYDOWN && wParam == VK_DELETE)
PostMessage(GetParent(hwnd), WM_COMMAND, ID_CONTEXTMENUREMINDER_DELETE, 0);