--- libgig/trunk/ChangeLog 2021/06/19 10:55:04 3959 +++ libgig/trunk/ChangeLog 2021/06/19 10:58:51 3960 @@ -65,6 +65,9 @@ Instrument::IsScriptPatchVariableSet(size_t,String). - Changed signature of method Instrument::GetScriptPatchVariables(int) to Instrument::GetScriptPatchVariables(size_t). + - Changed signature of method + Instrument::GetScriptPatchVariable(int,String) to + Instrument::GetScriptPatchVariable(size_t,String). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.