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

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

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

revision 3949 by schoenebeck, Sat Jun 19 08:35:48 2021 UTC revision 3950 by schoenebeck, Sat Jun 19 09:02:55 2021 UTC
# Line 1495  namespace gig { Line 1495  namespace gig {
1495              std::vector<Group*>*          pGroups;              std::vector<Group*>*          pGroups;
1496              std::vector<Group*>::iterator GroupsIterator;              std::vector<Group*>::iterator GroupsIterator;
1497              bool                        bAutoLoad;              bool                        bAutoLoad;
1498              std::list<ScriptGroup*>*    pScriptGroups;              std::vector<ScriptGroup*>*    pScriptGroups;
1499    
1500              bool UsesAnyGigFormatExtension() const;              bool UsesAnyGigFormatExtension() const;
1501      };      };

Legend:
Removed from v.3949  
changed lines
  Added in v.3950

  ViewVC Help
Powered by ViewVC