X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d968078adbfb147e913b9a33fc54242a36f117ce..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/gtk/radiobut.h?ds=sidebyside diff --git a/include/wx/gtk/radiobut.h b/include/wx/gtk/radiobut.h index 2ee6a49085..165370aa12 100644 --- a/include/wx/gtk/radiobut.h +++ b/include/wx/gtk/radiobut.h @@ -2,7 +2,6 @@ // Name: wx/gtk/radiobut.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -53,6 +52,9 @@ protected: virtual void DoApplyWidgetStyle(GtkRcStyle *style); virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; +private: + typedef wxControl base_type; + DECLARE_DYNAMIC_CLASS(wxRadioButton) };