Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeTools/TrackLoc.h

    rdba6db9 r13932f14  
    2424        // printLevel: how much printing while filling in the node locations.
    2525        // 0 - No Printing, 1 - Print Location, 2 - Print Node Type and Location
    26         void fillLocations( std::list< Declaration * > &translationUnit,
    27                         unsigned int printLevel = 0 );
     26        void fillLocations( std::list< Declaration * > &translationUnit, size_t printLevel = 0 );
    2827
    2928}  // namespace CodeTools
Note: See TracChangeset for help on using the changeset viewer.