Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/lang/base_object.cc


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

orxonox/trunk: changed (void) → ()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/lang/base_object.cc

    r4744 r4746  
    114114 * @brief displays everything this class is
    115115 */
    116 void BaseObject::whatIs(void) const
     116void BaseObject::whatIs() const
    117117{
    118118  PRINT(0)("object %s of class %s: ", this->getName(), this->getClassName());
Note: See TracChangeset for help on using the changeset viewer.