--- libgig/trunk/src/gig.cpp 2021/06/19 10:38:45 3955 +++ libgig/trunk/src/gig.cpp 2021/06/19 10:41:02 3956 @@ -5676,7 +5676,7 @@ * @param index - index of the script slot on this instrument * @see Script::Bypass */ - bool Instrument::IsScriptSlotBypassed(uint index) { + bool Instrument::IsScriptSlotBypassed(size_t index) { if (index >= ScriptSlotCount()) return false; return pScriptRefs ? pScriptRefs->at(index).bypass : scriptPoolFileOffsets.at(index).bypass;