]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dataform.h
add IsOk() to all classes having Ok() method (patch 1570985)
[wxWidgets.git] / include / wx / mac / carbon / dataform.h
index 43dbd7bffb75fdf1ce776ee0f8f52e4871137e7a..6de68218ad2cd1a4e02af4119d3f98068c691686 100644 (file)
@@ -53,7 +53,8 @@ public:
     void SetType( wxDataFormatId type );
 
     // returns true if the format is one of those defined in wxDataFormatId
-    bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; }
+    bool IsStandard() const { return m_type > 0 && m_type < wxDF_PRIVATE; }
+    
 private:
     wxDataFormatId   m_type;
     NativeFormat     m_format;