X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..e3c55eb333d273693ed2aea23da909b33e9e5484:/include/wx/html/htmlfilt.h diff --git a/include/wx/html/htmlfilt.h b/include/wx/html/htmlfilt.h index 2bb0943877..83f10d3f88 100644 --- a/include/wx/html/htmlfilt.h +++ b/include/wx/html/htmlfilt.h @@ -38,7 +38,7 @@ public: wxHtmlFilter() : wxObject() {} virtual ~wxHtmlFilter() {} - // returns TRUE if this filter is able to open&read given file + // returns true if this filter is able to open&read given file virtual bool CanRead(const wxFSFile& file) const = 0; // Reads given file and returns HTML document.