X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d8268a1d64de58aab194e4d8ae800c755990aad..38a097f588121ffcab2fa57e4494a6d0783c3567:/include/wx/x11/textctrl.h?ds=sidebyside diff --git a/include/wx/x11/textctrl.h b/include/wx/x11/textctrl.h index 2e3b528c74..197acb64b5 100644 --- a/include/wx/x11/textctrl.h +++ b/include/wx/x11/textctrl.h @@ -19,10 +19,6 @@ #include "wx/univ/textctrl.h" #else -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "textctrl.h" -#endif - #include "wx/scrolwin.h" #include "wx/arrstr.h" #include "wx/datetime.h" @@ -31,7 +27,7 @@ // classes //----------------------------------------------------------------------------- -class wxTextCtrl; +class WXDLLIMPEXP_CORE wxTextCtrl; //----------------------------------------------------------------------------- // helpers @@ -89,7 +85,7 @@ enum wxSourceLanguage // wxTextCtrl //----------------------------------------------------------------------------- -class wxTextCtrl: public wxTextCtrlBase, public wxScrollHelper +class WXDLLIMPEXP_CORE wxTextCtrl: public wxTextCtrlBase, public wxScrollHelper { public: wxTextCtrl() { Init(); }