Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 2, 2008, 12:53:39 AM (16 years ago)
Author:
landauf
Message:

removed some "extra qualifications" (only throws errors on newer versions of gcc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/WeaponSystem.h

    r2098 r2104  
    5353            WeaponSet * getWeaponSetPointer(unsigned int n);
    5454
    55             inline void WeaponSystem::setParentSpaceShip(SpaceShip *parentSpaceShip)
     55            inline void setParentSpaceShip(SpaceShip *parentSpaceShip)
    5656                { parentSpaceShip_=parentSpaceShip; }
    5757            inline SpaceShip * getParentSpaceShip()
Note: See TracChangeset for help on using the changeset viewer.