/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

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

revision 3953 by schoenebeck, Sat Jun 19 10:32:30 2021 UTC revision 3956 by schoenebeck, Sat Jun 19 10:41:02 2021 UTC
# Line 52  Version SVN trunk (?) Line 52  Version SVN trunk (?)
52        Instrument::GetScriptOfSlot(size_t).        Instrument::GetScriptOfSlot(size_t).
53      - Changed signature of method Instrument::SwapScriptSlots(uint,uint) to      - Changed signature of method Instrument::SwapScriptSlots(uint,uint) to
54        Instrument::SwapScriptSlots(size_t,size_t).        Instrument::SwapScriptSlots(size_t,size_t).
55        - Changed signature of method Instrument::RemoveScriptSlot(uint) to
56          Instrument::RemoveScriptSlot(size_t).
57        - Changed signature of method Instrument::ScriptSlotCount() to return
58          size_t instead of uint.
59        - Changed signature of method Instrument::IsScriptSlotBypassed(uint) to
60          Instrument::IsScriptSlotBypassed(size_t).
61    
62    * src/SF.cpp, src/SF.h:    * src/SF.cpp, src/SF.h:
63      - File::DeleteInstrument(): Fix clang sanatizer warning.      - File::DeleteInstrument(): Fix clang sanatizer warning.

Legend:
Removed from v.3953  
changed lines
  Added in v.3956

  ViewVC Help
Powered by ViewVC