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

    r2116 r2176  
    7474  } 
    7575 
    76   friend ostream &operator<<(ostream &s, const SimpleRay &r) 
     76  friend std::ostream &operator<<(std::ostream &s, const SimpleRay &r) 
    7777  { 
    7878          return s << "origin=" << r.mOrigin << " dir=" << r.mDirection; 
Note: See TracChangeset for help on using the changeset viewer.