Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 2, 2008, 12:53:39 AM (15 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/WeaponSlot.h

    r2097 r2104  
    5252            void fire();
    5353
    54             inline void WeaponSlot::setParentWeaponSet(WeaponSet *parentWeaponSet)
     54            inline void setParentWeaponSet(WeaponSet *parentWeaponSet)
    5555                { parentWeaponSet_=parentWeaponSet; }
    5656            inline WeaponSet * getParentWeaponSet()
Note: See TracChangeset for help on using the changeset viewer.