X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0847e36eff0512bf3c50c01e8d9dcff5e693ada5..4017f5ca49e153e04ffd1c49bc93afd31c1cdf87:/include/wx/combo.h diff --git a/include/wx/combo.h b/include/wx/combo.h index 9a9ed7883b..1093a26f5d 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -310,10 +310,10 @@ public: // Platform-specific default can be set with value-1. // Remarks // * This method may do nothing on some native implementations. - wxDEPRECTED( void SetTextIndent( int indent ) ); + wxDEPRECATED( void SetTextIndent( int indent ) ); // Returns actual indentation in pixels. - wxDEPRECTED( wxCoord GetTextIndent() const ); + wxDEPRECATED( wxCoord GetTextIndent() const ); #endif // Returns area covered by the text field.