From: Stefan Csomor Date: Tue, 20 Nov 2007 14:10:09 +0000 (+0000) Subject: cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4346967a201ce329c1ff17357f5a4d362c30144?ds=inline cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index dc2ede540f..72d822411c 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -68,6 +68,8 @@ public: #include "wx/dfb/popupwin.h" #elif defined(__WXMGL__) #include "wx/mgl/popupwin.h" +#elif defined(__WXMAC__) + #include "wx/mac/popupwin.h" #else #error "wxPopupWindow is not supported under this platform." #endif