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

    r2168 r2176  
    55#include "FlexibleHeap.h" 
    66 
    7 //using namespace std; 
     7// 
    88 
    99namespace GtpVisibilityPreprocessor { 
     
    1111class SubdivisionCandidate; 
    1212 
    13 typedef vector<SubdivisionCandidate *> SubdivisionCandidateContainer; 
     13typedef std::vector<SubdivisionCandidate *> SubdivisionCandidateContainer; 
    1414typedef FlexibleHeap<SubdivisionCandidate *> SplitQueue; 
    1515 
Note: See TracChangeset for help on using the changeset viewer.