X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..8318935126f3860a4d52d58e131af9e9bea8fc9a:/include/wx/msw/ole/dataform.h diff --git a/include/wx/msw/ole/dataform.h b/include/wx/msw/ole/dataform.h index 634ab463e0..10c6bb2c3d 100644 --- a/include/wx/msw/ole/dataform.h +++ b/include/wx/msw/ole/dataform.h @@ -57,7 +57,7 @@ public: wxString GetId() const; void SetId(const wxChar *format); - // returns TRUE if the format is one of those defined in wxDataFormatId + // returns true if the format is one of those defined in wxDataFormatId bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; } private: