diff --git a/src/engine/macroInt.h b/src/engine/macroInt.h index 1bc939439..3ce0c8722 100644 --- a/src/engine/macroInt.h +++ b/src/engine/macroInt.h @@ -59,7 +59,7 @@ struct DivMacroExecList { void doMacro(bool released) { macro.doMacro(source, released); } - DivMacroExecList(DivMacroStruct &m, DivInstrumentMacro& s): + DivMacroExecList(DivMacroStruct& m, DivInstrumentMacro& s): macro(m), source(s) {} };