From 2b5d958fb2427d2fc53cf1da4e048daa04d98507 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 26 Oct 2005 09:54:49 +0000 Subject: Part of 64 bit patch making NotifyMacroRecord have same arguments in header and implementation. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 254c7e18d..2b100fd49 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3777,7 +3777,7 @@ void Editor::NotifyDeleted(Document *, void *) { /* Do nothing */ } -void Editor::NotifyMacroRecord(unsigned int iMessage, unsigned long wParam, long lParam) { +void Editor::NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { // Enumerates all macroable messages switch (iMessage) { -- cgit v1.2.3