Changeset 380 for trunk/src/engine


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
Location:
trunk/src/engine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/engine/program_manager.cc

    r368 r380  
    4646}
    4747
    48 void nv::program_manager::load_source( lua::table_guard& table, string& out, const string& append )
     48void nv::program_manager::load_source( lua::table_guard& table, std::string& out, const std::string& append )
    4949{
    5050        out = append;
  • trunk/src/engine/resource_system.cc

    r368 r380  
    3636}
    3737
    38 nv::resource_type_id nv::resource_system::register_resource_type( const string& /*name*/, resource_manager_base* /*manager*/ )
     38nv::resource_type_id nv::resource_system::register_resource_type( const std::string& /*name*/, resource_manager_base* /*manager*/ )
    3939{
    4040        return 0;
    4141}
    4242
    43 nv::resource_type_id nv::resource_system::get_resource_type_id( const string& /*name*/ ) const
     43nv::resource_type_id nv::resource_system::get_resource_type_id( const std::string& /*name*/ ) const
    4444{
    4545        return 0;
Note: See TracChangeset for help on using the changeset viewer.