/[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 1098 by schoenebeck, Thu Mar 15 00:32:06 2007 UTC revision 1099 by schoenebeck, Thu Mar 15 13:57:47 2007 UTC
# Line 2740  namespace { Line 2740  namespace {
2740      }      }
2741    
2742      Group::~Group() {      Group::~Group() {
2743            // remove the chunk associated with this group (if any)
2744            if (pNameChunk) pNameChunk->GetParent()->DeleteSubChunk(pNameChunk);
2745      }      }
2746    
2747      /** @brief Update chunks with current group settings.      /** @brief Update chunks with current group settings.

Legend:
Removed from v.1098  
changed lines
  Added in v.1099

  ViewVC Help
Powered by ViewVC