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/sdl/sdl_audio.cc

    r397 r399  
    8585}
    8686
    87 nv::sound nv::sdl::audio::load_sound( const string_ref& a_path )
     87nv::sound nv::sdl::audio::load_sound( const string_view& a_path )
    8888{
    8989        // TODO: this is a really weird error - if we remove this check, all hell gets loose
Note: See TracChangeset for help on using the changeset viewer.