X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46ea442ca27e8b77d617481175bc7010bd602eb8..d0260bd894ec5ef95c960e45cdaff3e6ebae019d:/include/wx/osx/nonownedwnd.h diff --git a/include/wx/osx/nonownedwnd.h b/include/wx/osx/nonownedwnd.h index 4ae95d3099..85c0eb1cd1 100644 --- a/include/wx/osx/nonownedwnd.h +++ b/include/wx/osx/nonownedwnd.h @@ -81,9 +81,8 @@ public: // implementation from now on // -------------------------- - virtual bool SetShape(const wxRegion& region); + // These accessors are Mac-specific and don't exist in other ports. const wxRegion& GetShape() const { return m_shape; } - #if wxUSE_GRAPHICS_CONTEXT const wxGraphicsPath& GetShapePath() { return m_shapePath; } #endif // wxUSE_GRAPHICS_CONTEXT