--- libgig/trunk/ChangeLog 2021/06/19 10:44:14 3957 +++ libgig/trunk/ChangeLog 2021/06/19 10:48:12 3958 @@ -60,6 +60,9 @@ Instrument::IsScriptSlotBypassed(size_t). - Changed signature of method Instrument::SetScriptSlotBypassed(uint,bool) to Instrument::SetScriptSlotBypassed(size_t,bool). + - Changed signature of method + Instrument::IsScriptPatchVariableSet(int,String) to + Instrument::IsScriptPatchVariableSet(size_t,String). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.