From c0a1e268851b67e2e758d11910fa991f6e8aa643 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 6 Nov 2007 00:32:34 +0000 Subject: [PATCH] Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/clrpicker.h | 2 ++ include/wx/gtk/fontpicker.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/wx/gtk/clrpicker.h b/include/wx/gtk/clrpicker.h index 1ddbfe3b18..1921288277 100644 --- a/include/wx/gtk/clrpicker.h +++ b/include/wx/gtk/clrpicker.h @@ -12,6 +12,8 @@ #ifndef _WX_GTK_CLRPICKER_H_ #define _WX_GTK_CLRPICKER_H_ +#include "wx/button.h" + //----------------------------------------------------------------------------- // wxColourButton //----------------------------------------------------------------------------- diff --git a/include/wx/gtk/fontpicker.h b/include/wx/gtk/fontpicker.h index 2bb9c8e103..80376e5de8 100644 --- a/include/wx/gtk/fontpicker.h +++ b/include/wx/gtk/fontpicker.h @@ -12,6 +12,8 @@ #ifndef _WX_GTK_FONTPICKER_H_ #define _WX_GTK_FONTPICKER_H_ +#include "wx/button.h" + //----------------------------------------------------------------------------- // wxFontButton //----------------------------------------------------------------------------- -- 2.45.2