Changeset 399 for trunk/src/fmod


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/fmod/fmod_audio.cc

    r395 r399  
    8888
    8989
    90 nv::sound fmod::audio::load_sound( const string_ref& a_path )
     90nv::sound fmod::audio::load_sound( const string_view& a_path )
    9191{
    9292        FMOD_SYSTEM* system = (FMOD_SYSTEM*)m_system;
Note: See TracChangeset for help on using the changeset viewer.