X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..6f8c67e71020cb3b7779b1267dda8702423e7c42:/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.