Ignore:
Timestamp:
04/27/06 12:01:26 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshStripifier.h

    r826 r841  
    5454 
    5555                        // Sets what is the mesh that stores the leaves 
    56                         void setSubMeshLeaves(Geometry::Index); 
     56                        void setSubMeshLeaves(size_t); 
    5757 
    5858                protected: 
     
    6565 
    6666                        //      Index of the submesh leaves. 
    67                         Geometry::Index mSubMeshLeaves; 
     67                        size_t  mSubMeshLeaves; 
    6868 
    6969        }; 
Note: See TracChangeset for help on using the changeset viewer.