Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Views/StringView.hpp

    rda09909 r98a2987  
    1212#include "Views/View.hpp"
    1313
    14 using namespace std;
    15 
    1614/**
    1715 * View to show something as a string
     
    2624  virtual ~StringView();
    2725
    28   virtual const string toString()=0;
     26  virtual const std::string toString()=0;
    2927};
    3028
Note: See TracChangeset for help on using the changeset viewer.