]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataform.h
Better compatibility between wxRichTextCtrl and wxTextCtrlBase
[wxWidgets.git] / include / wx / msw / ole / dataform.h
index f66e2923c56042f7b2a380304a5c984032b18368..10c6bb2c3d96a11877a40bb69dd76e0dd5d23082 100644 (file)
@@ -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;