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

    r1379 r2176  
    3636        }; 
    3737 
    38         typedef map<string, int, ltstr> ResourceDefinitions; 
     38        typedef std::map<std::string, int, ltstr> ResourceDefinitions; 
    3939 
    4040  // ----------------------------------------------------------------------- 
     
    9090  bool mLoadMeshes; 
    9191 
    92   typedef stack<Matrix4x4> TrafoStack; 
     92  typedef std::stack<Matrix4x4> TrafoStack; 
    9393 
    9494  bool mUsingMeshDefinition; 
Note: See TracChangeset for help on using the changeset viewer.