Changeset 380 for trunk/src/sdl/sdl_window.cc
- Timestamp:
- 05/29/15 17:28:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sdl/sdl_window.cc
r367 r380 75 75 } 76 76 77 void sdl::window::set_title( const st ring& title )77 void sdl::window::set_title( const std::string& title ) 78 78 { 79 79 SDL_SetWindowTitle( static_cast<SDL_Window*>( m_handle ), title.c_str() );
Note: See TracChangeset
for help on using the changeset viewer.