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

    r1379 r2176  
    1616   
    1717        bool ParseFile( 
    18                                    const string filename,  
     18                                   const std::string filename,  
    1919                                   SceneGraphNode *root,  
    2020                                   const bool loadMeshes = false, 
    2121                                   vector<FaceParentInfo> *parents = NULL); 
    2222 
    23         bool ParseFile(const string filename, ViewCellsManager &viewCells); 
     23        bool ParseFile(const std::string filename, ViewCellsManager &viewCells); 
    2424  
    2525        /// height of a loaded view cell 
Note: See TracChangeset for help on using the changeset viewer.