--- libgig/trunk/ChangeLog 2021/06/19 10:41:02 3956 +++ libgig/trunk/ChangeLog 2021/06/19 10:44:14 3957 @@ -58,6 +58,8 @@ size_t instead of uint. - Changed signature of method Instrument::IsScriptSlotBypassed(uint) to Instrument::IsScriptSlotBypassed(size_t). + - Changed signature of method Instrument::SetScriptSlotBypassed(uint,bool) + to Instrument::SetScriptSlotBypassed(size_t,bool). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.