]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/mdi.h
removed duplicate MSW-specific options, they're now all between special start/end...
[wxWidgets.git] / include / wx / motif / mdi.h
index e27da81e02ed5cedfdefa6e81fc563978808f44f..7266a0100d3b308ecc9d0f769ed661f688513c37 100644 (file)
@@ -23,14 +23,14 @@ but wxMDIChildFrame::GetParent should return the parent frame.
 #include "wx/frame.h"
 #include "wx/notebook.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();