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/WeaponSet.h

    r2098 r2104  
    4646            virtual ~WeaponSet();
    4747
    48             virtual void WeaponSet::XMLPort(Element& xmlelement, XMLPort::Mode mode);
     48            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    4949
    50             void WeaponSet::attachWeaponSlot(WeaponSlot *wSlot);
    51             void WeaponSet::fire();
     50            void attachWeaponSlot(WeaponSlot *wSlot);
     51            void fire();
    5252            WeaponSlot * getWeaponSlotPointer(unsigned int n);
    5353
    54             inline void WeaponSet::setParentWeaponSystem(WeaponSystem *parentWeaponSystem)
     54            inline void setParentWeaponSystem(WeaponSystem *parentWeaponSystem)
    5555                { parentWeaponSystem_=parentWeaponSystem; }
    5656            inline WeaponSystem * getParentWeaponSystem()
Note: See TracChangeset for help on using the changeset viewer.