Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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/glmenu/glmenu_imagescreen.h

    r4597 r4746  
    2020  virtual ~GLMenuImageScreen ();
    2121
    22   void draw ();
     22  void draw();
    2323
    2424  void setBackgroundImage(const char* backImageName);
     
    3232  void setMaximum (int maxValue);
    3333  /** \returns the maximum of countable steps*/
    34   inline int GLMenuImageScreen::getMaximum(void) const { return this->maxValue; };
     34  inline int GLMenuImageScreen::getMaximum() const { return this->maxValue; };
    3535
    3636  void setValue (int currentValue);
    37   int getValue ();
     37  int  getValue ();
    3838  void step ();
    3939
Note: See TracChangeset for help on using the changeset viewer.