mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Fix compiling error
This commit is contained in:
parent
da2d14436c
commit
1f5ba1803f
@ -809,7 +809,7 @@ void recordedMacroStep::PlayBack(Window* pNotepad, ScintillaEditView *pEditView)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Ensure it's macroable message before send it
|
// Ensure it's macroable message before send it
|
||||||
if (!isMacroable(_message))
|
if (!isMacroable())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (_macroType == mtUseSParameter)
|
if (_macroType == mtUseSParameter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user