X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e2baee50d21f475024ffb04ab25c8945551d961..696b38f7f5255a9aae92822efafc3de36e3390a5:/include/wx/x11/reparent.h?ds=inline diff --git a/include/wx/x11/reparent.h b/include/wx/x11/reparent.h index 37f358edfa..1d6494a8ab 100644 --- a/include/wx/x11/reparent.h +++ b/include/wx/x11/reparent.h @@ -12,18 +12,14 @@ #ifndef _WX_REPARENT_H_ #define _WX_REPARENT_H_ -#ifdef __GNUG__ -#pragma interface "reparent.h" -#endif - #include "wx/window.h" /* * This class helps to reparent a specific window */ -class wxAdoptedWindow; -class wxReparenter: public wxObject +class WXDLLIMPEXP_CORE wxAdoptedWindow; +class WXDLLIMPEXP_CORE wxReparenter: public wxObject { public: wxReparenter() {} @@ -56,7 +52,7 @@ protected: * toolkit. It has no parent until reparented. */ -class wxAdoptedWindow: public wxWindow +class WXDLLIMPEXP_CORE wxAdoptedWindow: public wxWindow { public: wxAdoptedWindow();