wxCocoa: Use the new native MDI implementation instead of generic

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-11-13 16:05:24 +00:00
parent f99422e9e9
commit 9de2e75ad0
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
#elif defined(__WXMAC__)
#include "wx/mac/mdi.h"
#elif defined(__WXCOCOA__)
#include "wx/generic/mdig.h"
#include "wx/cocoa/mdi.h"
#elif defined(__WXPM__)
#include "wx/generic/mdig.h"
#endif