From 0be4a6d91969fb7ba50d0010838ada49153b3099 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 23 Feb 2015 20:14:25 -0800 Subject: [PATCH] some formatting tweaks for propgrid --- interface/wx/propgrid/propgrid.h | 2 +- interface/wx/propgrid/propgridiface.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/propgrid/propgrid.h b/interface/wx/propgrid/propgrid.h index 0ce99ecd48..7a39445bcf 100644 --- a/interface/wx/propgrid/propgrid.h +++ b/interface/wx/propgrid/propgrid.h @@ -331,7 +331,7 @@ wxPG_VFB_DEFAULT = wxPG_VFB_MARK_CELL | #define wxPGVFBFlags unsigned char /** - wxPGValidationInfo + @class wxPGValidationInfo Used to convey validation information to and from functions that actually perform validation. Mostly used in custom property classes. diff --git a/interface/wx/propgrid/propgridiface.h b/interface/wx/propgrid/propgridiface.h index 3316bec709..e40069d446 100644 --- a/interface/wx/propgrid/propgridiface.h +++ b/interface/wx/propgrid/propgridiface.h @@ -398,7 +398,7 @@ public: void GetPropertiesWithFlag( wxArrayPGProperty* targetArr, wxPGProperty::FlagType flags, bool inverse = false, - int iterFlags = (wxPG_ITERATE_PROPERTIES|wxPG_ITERATE_HIDDEN|wxPG_ITERATE_CATEGORIES) ) const; + int iterFlags = wxPG_ITERATE_PROPERTIES|wxPG_ITERATE_HIDDEN|wxPG_ITERATE_CATEGORIES ) const; /** Returns value of given attribute. If none found, returns wxNullVariant.