#ifndef __FRMVIEW_G__
#define __FRMVIEW_G__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "frmview.h"
#endif
It is not clear what this class does. It is not used elsewhere in FL.
*/
-class wxFrameView : public wxEvtHandler
+class WXDLLIMPEXP_FL wxFrameView : public wxEvtHandler
{
protected:
wxStringList mTopMenus;
It is not clear what this class does. It is not used elsewhere in FL.
*/
-class wxFrameManager : wxObject
+class WXDLLIMPEXP_FL wxFrameManager : wxObject
{
protected:
wxList mViews;