Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6981 in orxonox.OLD for trunk/src/lib/gui/gtk_gui/gui_flags.h


Ignore:
Timestamp:
Feb 2, 2006, 2:45:07 PM (18 years ago)
Author:
bensch
Message:

trunk: some virtuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gtk_gui/gui_flags.h

    r4836 r6981  
    2222 public:
    2323  GuiFlags();
    24   ~GuiFlags();
     24  virtual ~GuiFlags();
    2525
    2626  void setTextFromFlags(Widget* widget);
    2727  static void flagsText(Widget* widget, void* flagInfo);
    28  
     28
    2929  //! Struct that handles flag information.
    3030  struct FlagInfo
Note: See TracChangeset for help on using the changeset viewer.