Ignore:
Timestamp:
05/28/15 10:21:10 (10 years ago)
Author:
epyon
Message:
  • stl/assert.hh, stl/capi.hh, size_t independent
  • GCC 4.8 compatibility
  • using template usage
  • various minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/assimp_loader.cc

    r367 r376  
    479479}
    480480
    481 size_t nv::assimp_loader::get_nodes_data_count() const
     481nv::size_t nv::assimp_loader::get_nodes_data_count() const
    482482{
    483483        if ( m_scene == nullptr ) return 0;
Note: See TracChangeset for help on using the changeset viewer.