#ifndef _STUDIO_VIEW_H_
#define _STUDIO_VIEW_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface "view.h"
#endif
DECLARE_EVENT_TABLE()
public:
- wxFrame* frame;
+ wxMDIChildFrame* frame;
csCanvas* canvas;
wxList m_selections;
};