--- libgig/trunk/ChangeLog 2021/06/19 10:48:12 3958 +++ libgig/trunk/ChangeLog 2021/06/19 10:55:04 3959 @@ -63,6 +63,8 @@ - Changed signature of method Instrument::IsScriptPatchVariableSet(int,String) to Instrument::IsScriptPatchVariableSet(size_t,String). + - Changed signature of method Instrument::GetScriptPatchVariables(int) to + Instrument::GetScriptPatchVariables(size_t). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.