Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2006, 6:38:41 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/std/src/world_entities/space_ships/hover.cc

    r7193 r7220  
    4747 * @param fileName the name of the File to load the hover from (absolute path)
    4848 */
    49 Hover::Hover(const char* fileName)
     49Hover::Hover(const std::string& fileName)
    5050{
    5151  this->init();
     
    5454  if(!doc.LoadFile())
    5555  {
    56     PRINTF(2)("Loading file %s failed for Hover.\n", fileName);
     56    PRINTF(2)("Loading file %s failed for Hover.\n", fileName.c_str());
    5757    return;
    5858  }
Note: See TracChangeset for help on using the changeset viewer.