Ignore:
Timestamp:
06/13/15 11:47:09 (10 years ago)
Author:
epyon
Message:
  • naming cleanup
  • string_ref -> string_view (compatible with C++17 standard!)
  • *_ref and const_*_ref, renamed to _ref and _view for consistency
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/texture_font.cc

    r398 r399  
    9292}
    9393
    94 bool texture_font::load_glyphs( string_ref codes )
     94bool texture_font::load_glyphs( string_view codes )
    9595{
    9696        FT_Face face = (FT_Face)(m_rface);
Note: See TracChangeset for help on using the changeset viewer.