/[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 1113 by schoenebeck, Fri Mar 23 20:05:02 2007 UTC revision 1158 by schoenebeck, Fri Apr 13 16:41:18 2007 UTC
# Line 2938  namespace { Line 2938  namespace {
2938      void File::LoadSamples(progress_t* pProgress) {      void File::LoadSamples(progress_t* pProgress) {
2939          // Groups must be loaded before samples, because samples will try          // Groups must be loaded before samples, because samples will try
2940          // to resolve the group they belong to          // to resolve the group they belong to
2941          LoadGroups();          if (!pGroups) LoadGroups();
2942    
2943          if (!pSamples) pSamples = new SampleList;          if (!pSamples) pSamples = new SampleList;
2944    

Legend:
Removed from v.1113  
changed lines
  Added in v.1158

  ViewVC Help
Powered by ViewVC