X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66bf0099846ecccef6ab726e1ceb642706977196..d022d3649e7fea5a182667121ceeab00e50a8c49:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index d80afdb2fd..c5e991ba0e 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/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(); @@ -69,11 +65,6 @@ public: // or the XVisualInfo* for SGI. GdkVisual *GetGdkVisual(); -#ifdef __WXGTK20__ - wxConvBrokenFileNames *m_convBrokenFileNames; - wxMBConv *m_oldConvFileName; -#endif - private: // true if we're inside an assert modal dialog #ifdef __WXDEBUG__