]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/props.cpp
Fix broken and missing DataView interface items for Phoenix
[wxWidgets.git] / src / propgrid / props.cpp
index 12075f88db313f0e29f09f02fa14b531a769bda8..1463a9000c0501599b36fc1dd05ddfa1bb9e47bd 100644 (file)
@@ -1127,7 +1127,7 @@ bool wxEnumProperty::ValueFromString_( wxVariant& value, const wxString& text, i
 
     bool asText = false;
 
-    bool isEdit = this->IsKindOf(CLASSINFO(wxEditEnumProperty));
+    bool isEdit = this->IsKindOf(wxCLASSINFO(wxEditEnumProperty));
 
     // If text not any of the choices, store as text instead
     // (but only if we are wxEditEnumProperty)