diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index dcf1d23268..b14cb20955 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -34,6 +34,7 @@ class wxStaticBitmap; class wxFrame; class wxDialog; class wxTreeCtrl; +class wxNotebook; class wxMask; class wxBitmap; @@ -65,6 +66,7 @@ class wxMask: public wxObject friend wxFrame; friend wxDialog; friend wxTreeCtrl; + friend wxNotebook; GdkBitmap *GetBitmap() const; diff --git a/include/wx/gtk1/bitmap.h b/include/wx/gtk1/bitmap.h index dcf1d23268..b14cb20955 100644 --- a/include/wx/gtk1/bitmap.h +++ b/include/wx/gtk1/bitmap.h @@ -34,6 +34,7 @@ class wxStaticBitmap; class wxFrame; class wxDialog; class wxTreeCtrl; +class wxNotebook; class wxMask; class wxBitmap; @@ -65,6 +66,7 @@ class wxMask: public wxObject friend wxFrame; friend wxDialog; friend wxTreeCtrl; + friend wxNotebook; GdkBitmap *GetBitmap() const;