X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6953da00886c52a9e1d9183e1f1f27e75843cfa4..05c3f0fc73d9124061c08e3d707b4e3d6bab4ff4:/include/wx/html/htmltag.h diff --git a/include/wx/html/htmltag.h b/include/wx/html/htmltag.h index 913efff5e7..7c86431ef7 100644 --- a/include/wx/html/htmltag.h +++ b/include/wx/html/htmltag.h @@ -118,7 +118,7 @@ public: #if WXWIN_COMPATIBILITY_2_2 // return true if this is ending tag () or false // if it isn't () - inline bool IsEnding() const {return false;} + wxDEPRECATED( bool IsEnding() const ); #endif // return true if this there is matching ending tag