Changeset 378 for trunk/src/gui/gui_gfx_renderer.cc
- Timestamp:
- 05/29/15 12:12:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/gui_gfx_renderer.cc
r376 r378 190 190 { 191 191 std::string id_name( filename ); 192 id_name.append( to_string( size ) );192 id_name.append( std::to_string( size ) ); 193 193 auto i = m_font_names.find( id_name ); 194 194 if ( i != m_font_names.end() )
Note: See TracChangeset
for help on using the changeset viewer.