Ignore:
Timestamp:
02/28/07 19:38:47 (17 years ago)
Author:
mattausch
Message:

removed using namespace std from .h

File:
1 edited

Legend:

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

    r2105 r2176  
    2929        */ 
    3030        IntelRayCaster(const Preprocessor &preprocessor, 
    31                                    const string externKdTree); 
     31                                   const std::string externKdTree); 
    3232 
    3333        virtual ~IntelRayCaster(); 
     
    7575protected: 
    7676 
    77         bool InitRayCast(const string externKdTree); 
     77        bool InitRayCast(const std::string externKdTree); 
    7878}; 
    7979 
Note: See TracChangeset for help on using the changeset viewer.