]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgriddefs.h
get rid of public constants for various XRC defaults, there's no need for them outsid...
[wxWidgets.git] / include / wx / propgrid / propgriddefs.h
index 0cafff69341fba86dead815fe86d9e990de772db..13cad628b6d2e49d96159a2db8410f8f977cfa27 100644 (file)
@@ -15,6 +15,7 @@
 #if wxUSE_PROPGRID
 
 #include "wx/dynarray.h"
+#include "wx/vector.h"
 #include "wx/hashmap.h"
 #include "wx/variant.h"
 #include "wx/longlong.h"
@@ -269,7 +270,7 @@ class wxPropertyGridManager;
 class wxPGOwnerDrawnComboBox;
 class wxPGCustomComboControl;
 class wxPGEditorDialogAdapter;
-struct wxPGValidationInfo;
+class wxPGValidationInfo;
 
 
 // -----------------------------------------------------------------------