Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2005, 12:13:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: code-standartisation updated in all files.

  1. member → this→member
  2. function (bla) → function(bla)
  3. other small fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_video.h

    r3187 r3315  
    1717  CheckButton* wireframe;   //!< CheckButton for wireframe Mode.
    1818 public:
    19   OrxonoxGuiVideo ();
    20   ~OrxonoxGuiVideo ();
     19  OrxonoxGuiVideo(void);
     20  ~OrxonoxGuiVideo(void);
    2121 
    22   Widget* getWidget ();
     22  Widget* getWidget(void);
    2323};
    2424#endif /* _ORXONOX_GUI_VIDEO_H */
Note: See TracChangeset for help on using the changeset viewer.