Changeset 380 for trunk/src/gfx


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/gfx/texture_font.cc

    r367 r380  
    9191}
    9292
    93 bool texture_font::load_glyphs( const string& codes )
     93bool texture_font::load_glyphs( string_ref codes )
    9494{
    9595        FT_Face face     = (FT_Face)(m_rface);
Note: See TracChangeset for help on using the changeset viewer.