Fix compiling error

This commit is contained in:
Don HO 2019-02-24 18:21:28 +01:00
parent da2d14436c
commit 1f5ba1803f

View File

@ -809,7 +809,7 @@ void recordedMacroStep::PlayBack(Window* pNotepad, ScintillaEditView *pEditView)
else
{
// Ensure it's macroable message before send it
if (!isMacroable(_message))
if (!isMacroable())
return;
if (_macroType == mtUseSParameter)