Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Jul 1, 2005, 12:48:48 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: changed (void) → ()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/p_node.h

    r4610 r4746  
    104104  inline void parentDirChanged () { this->bRelDirChanged = true; }
    105105  /** \returns the last calculated coordinate */
    106   inline Vector getLastAbsCoor(void) {return this->lastAbsCoordinate;}
     106  inline Vector getLastAbsCoor() {return this->lastAbsCoordinate;}
    107107
    108108
Note: See TracChangeset for help on using the changeset viewer.