Ignore:
Timestamp:
05/29/15 17:28:16 (10 years ago)
Author:
epyon
Message:
  • oops, missed src : got rid of to_string and other std::string utilities (except slurp) string no longer in nv namespace
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/gui_environment.cc

    r356 r380  
    311311}
    312312
    313 void nv::gui::environment::set_class( handle e, const string& text )
     313void nv::gui::environment::set_class( handle e, const std::string& text )
    314314{
    315315        element* ep = m_elements.get(e);
     
    321321}
    322322
    323 void nv::gui::environment::set_text( handle e, const string& text )
     323void nv::gui::environment::set_text( handle e, const std::string& text )
    324324{
    325325        element* ep = m_elements.get(e);
Note: See TracChangeset for help on using the changeset viewer.