Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 1, 2008, 2:00:08 PM (16 years ago)
Author:
rgrieder
Message:
  • removed warnings on msvc compiler
  • on msvc: loader is now built with orxonox, not as a separate library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/Model.cc

    r742 r782  
    6969
    7070    void Model::registerAllVariables(){
    71       registerVar(&meshSrc_, (int)meshSrc_.length() + 1, network::STRING);
     71      registerVar(&meshSrc_, meshSrc_.length() + 1, network::STRING);
    7272    }
    7373}
Note: See TracChangeset for help on using the changeset viewer.