]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/mdi.h
Better fix
[wxWidgets.git] / include / wx / os2 / mdi.h
index 7bea970db99dd2ef8a18aea8cb2191cb69a35818..37f17ffd01188a1c47970f689df5e8ba8d4dabde 100644 (file)
 
 #include "wx/frame.h"
 
-class WXDLLEXPORT wxMDIClientWindow;
-class WXDLLEXPORT wxMDIChildFrame;
+class WXDLLIMPEXP_FWD_CORE wxMDIClientWindow;
+class WXDLLIMPEXP_FWD_CORE wxMDIChildFrame;
 
 class WXDLLEXPORT wxMDIParentFrame: public wxFrame
 {
 DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
 
-  friend class WXDLLEXPORT wxMDIChildFrame;
+  friend class WXDLLIMPEXP_FWD_CORE wxMDIChildFrame;
 public:
 
   wxMDIParentFrame();