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

    r1197 r2176  
    9191        } 
    9292         
    93         bool ExportEntries(const string &filename) 
     93        bool ExportEntries(const std::string &filename) 
    9494        { 
    9595                ofstream stream(filename.c_str(), ios::binary); 
Note: See TracChangeset for help on using the changeset viewer.