]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataform.h
Warning fixes for WinCE.
[wxWidgets.git] / include / wx / msw / ole / dataform.h
index f66e2923c56042f7b2a380304a5c984032b18368..634ab463e0c35d611ad2c3504b2c1152ab41ccf8 100644 (file)
@@ -58,7 +58,7 @@ public:
     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; }
+    bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; }
 
 private:
     NativeFormat m_format;