X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/845905d5881df6f550e801c76fef197d0ee68b50..169adfa9c4b781f737920bc808da91cd926c3e36:/include/wx/gtk1/app.h?ds=sidebyside diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index 82ee2dd180..c5e991ba0e 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -10,10 +10,6 @@ #ifndef __GTKAPPH__ #define __GTKAPPH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - #include "wx/frame.h" #include "wx/icon.h" #include "wx/strconv.h" @@ -22,14 +18,14 @@ // classes //----------------------------------------------------------------------------- -class wxApp; -class wxLog; +class WXDLLIMPEXP_CORE wxApp; +class WXDLLIMPEXP_BASE wxLog; //----------------------------------------------------------------------------- // wxApp //----------------------------------------------------------------------------- -class wxApp: public wxAppBase +class WXDLLIMPEXP_CORE wxApp: public wxAppBase { public: wxApp();