Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4746 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


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/orxonox.cc

    r4619 r4746  
    8989   \returns reference or new Object of Orxonox if not existent.
    9090*/
    91 Orxonox* Orxonox::getInstance (void)
     91Orxonox* Orxonox::getInstance ()
    9292{
    9393  if (singletonRef == NULL)
Note: See TracChangeset for help on using the changeset viewer.