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