/[svn]/libgig/trunk/src/gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/gig.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3961 by schoenebeck, Sat Jun 19 11:01:40 2021 UTC revision 3962 by schoenebeck, Sat Jun 19 11:05:00 2021 UTC
# Line 5876  namespace { Line 5876  namespace {
5876       * @param slot - script slot index of the variable to be unset       * @param slot - script slot index of the variable to be unset
5877       * @param variable - name of the 'patch' variable in that script       * @param variable - name of the 'patch' variable in that script
5878       */       */
5879      void Instrument::UnsetScriptPatchVariable(int slot, String variable) {      void Instrument::UnsetScriptPatchVariable(ssize_t slot, String variable) {
5880          Script* script = GetScriptOfSlot(slot);          Script* script = GetScriptOfSlot(slot);
5881    
5882          // option 1: unset a particular variable of one particular script slot          // option 1: unset a particular variable of one particular script slot

Legend:
Removed from v.3961  
changed lines
  Added in v.3962

  ViewVC Help
Powered by ViewVC