Ignore:
Timestamp:
02/27/06 18:39:47 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.h

    r660 r664  
    261261public: 
    262262 
    263         ViewCellLeaf<T>(): mLeaf(NULL) {} 
     263        ViewCellLeaf<T>(): mLeaf(NULL) { SetActive(); } 
    264264        ViewCellLeaf<T>(Mesh *mesh): 
    265                 ViewCell(mesh), mLeaf(NULL) {} 
     265                ViewCell(mesh), mLeaf(NULL) { SetActive(); } 
    266266 
    267267         
Note: See TracChangeset for help on using the changeset viewer.