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/PlyParser.cpp

    r1419 r2176  
    11#include <iostream> 
    2 using namespace std; 
    32#include <ply.h> 
    43#include <stdio.h> 
     
    87#include "SceneGraph.h" 
    98#include "Mesh.h" 
     9 
     10using namespace std; 
    1011 
    1112namespace GtpVisibilityPreprocessor { 
     
    5455 
    5556bool 
    56 PlyParser::ParseSingleFile(const string filename, 
     57PlyParser::ParseSingleFile(const std::string filename, 
    5758                                                   SceneGraphNode *root) 
    5859{ 
Note: See TracChangeset for help on using the changeset viewer.