X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5766910b6731eb03e82371416e9778203396ce7..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/include/wx/private/overlay.h diff --git a/include/wx/private/overlay.h b/include/wx/private/overlay.h index 9c70479f7d..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,6 +28,8 @@ #include "wx/bitmap.h" +class WXDLLIMPEXP_FWD_CORE wxWindow; + // generic implementation of wxOverlay class wxOverlayImpl { @@ -57,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