// 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();
// 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__