--- libgig/trunk/ChangeLog 2021/06/19 11:01:40 3961 +++ libgig/trunk/ChangeLog 2021/06/19 11:05:00 3962 @@ -71,6 +71,9 @@ - Changed signature of method Instrument::SetScriptPatchVariable(int,String,String) to Instrument::SetScriptPatchVariable(size_t,String,String). + - Changed signature of method + Instrument::UnsetScriptPatchVariable(int,String) to + Instrument::UnsetScriptPatchVariable(ssize_t,String). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.