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

    r860 r2176  
    4444        } 
    4545 
    46         void Print(ostream &app) const; 
     46        void Print(std::ostream &app) const; 
    4747 
    48         friend ostream &operator<<(ostream &s, const SimulationStatistics &stat)  
     48        friend std::ostream &operator<<(std::ostream &s, const SimulationStatistics &stat)  
    4949        { 
    5050                stat.Print(s); 
Note: See TracChangeset for help on using the changeset viewer.