~ubuntu-branches/ubuntu/raring/ginkgocadx/raring-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/wx/treelistctrl/treelistctrl.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-09-09 08:39:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110909083926-iktecd132cnku5cd
Tags: 2.5.4.0~rc-1
New upstream version (patches were applied)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1763
1763
        entry++;
1764
1764
    }
1765
1765
 
 
1766
         if (m_props_row.m_data != NULL) {
 
1767
                 delete m_props_row.m_data;
 
1768
         }
 
1769
 
1766
1770
    wxASSERT_MSG( m_children.IsEmpty(), _T("please call DeleteChildren() before destructor"));
1767
1771
}
1768
1772