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/sdl/sdl_window.cc

    r367 r380  
    7575}
    7676
    77 void sdl::window::set_title( const string& title )
     77void sdl::window::set_title( const std::string& title )
    7878{
    7979        SDL_SetWindowTitle( static_cast<SDL_Window*>( m_handle ), title.c_str() );
Note: See TracChangeset for help on using the changeset viewer.