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_flags.h

    r3299 r3315  
    1919
    2020 public:
    21   OrxonoxGuiFlags (Widget* widget);
    22   ~OrxonoxGuiFlags ();
     21  OrxonoxGuiFlags(void);
     22  ~OrxonoxGuiFlags(void);
    2323
    24   void setTextFromFlags (Widget* widget);
     24  void setTextFromFlags(Widget* widget);
    2525  static void flagsText(Widget* widget, void* flagInfo);
    2626 
     
    3030    Label* flagsLabel;
    3131  };
    32   Widget* getWidget ();
     32  Widget* getWidget(void);
    3333};
    3434#endif /* _ORXONOX_GUI_FLAGS_H */
Note: See TracChangeset for help on using the changeset viewer.