--- libgig/trunk/ChangeLog 2021/06/19 10:58:51 3960 +++ libgig/trunk/ChangeLog 2021/06/19 11:01:40 3961 @@ -68,6 +68,9 @@ - Changed signature of method Instrument::GetScriptPatchVariable(int,String) to Instrument::GetScriptPatchVariable(size_t,String). + - Changed signature of method + Instrument::SetScriptPatchVariable(int,String,String) to + Instrument::SetScriptPatchVariable(size_t,String,String). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.