Fix compiling error
This commit is contained in:
parent
da2d14436c
commit
1f5ba1803f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user