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/ObjectsParser.h

    r2119 r2176  
    1818        ObjectsParser(): Parser() {} 
    1919   
    20         bool ParseObjects(const string &filename,  
     20        bool ParseObjects(const std::string &filename,  
    2121                                          ObjectContainer &pvsObjects, 
    2222                                          const ObjectContainer &preprocessorObjects); 
Note: See TracChangeset for help on using the changeset viewer.