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

    r1926 r2176  
    33 
    44#include <vector> 
    5 using namespace std; 
     5// 
    66namespace GtpVisibilityPreprocessor  
    77{ 
     
    1515{ 
    1616public: 
    17         static vector<PreprocessorThread *> sThreads; 
     17        static std::vector<PreprocessorThread *> sThreads; 
    1818 
    1919        PreprocessorThread(Preprocessor *p); 
Note: See TracChangeset for help on using the changeset viewer.