X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/132025f34416a7f59ad86f8ab9a8696bbd141b4c..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/include/wx/private/overlay.h diff --git a/include/wx/private/overlay.h b/include/wx/private/overlay.h index a811441fbf..2ffebd3796 100644 --- a/include/wx/private/overlay.h +++ b/include/wx/private/overlay.h @@ -14,7 +14,7 @@ #include "wx/overlay.h" -#if wxHAS_NATIVE_OVERLAY +#ifdef wxHAS_NATIVE_OVERLAY #if defined(__WXMAC__) #include "wx/mac/carbon/private/overlay.h" @@ -28,7 +28,7 @@ #include "wx/bitmap.h" -class WXDLLIMPEXP_CORE wxWindow; +class WXDLLIMPEXP_FWD_CORE wxWindow; // generic implementation of wxOverlay class wxOverlayImpl @@ -59,13 +59,8 @@ private: int m_y ; int m_width ; int m_height ; -// this is to enable wxMOTIF and UNIV to compile.... -// currently (10 oct 06) we don't use m_window -// ce - how do we fix this -#if defined(__WXGTK__) || defined(__WXMSW__) wxWindow* m_window ; -#endif -} ; +}; #endif // wxHAS_NATIVE_OVERLAY/!wxHAS_NATIVE_OVERLAY