]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/propeditor.h
fixes for Metrowerks command line compiler (avoid redefining stuff already defined...
[wxWidgets.git] / utils / configtool / src / propeditor.h
index 6fa790c41bf2b0d8f964cd00ad1a43fb1d0b6735..4ebf1f4dd8a548b452066073454adbc736415fa5 100644 (file)
@@ -75,7 +75,7 @@ class ctPropertyEditor: public wxPanel
     void UpdateItem();
 
     /// Display attribute at given row
-    bool DisplayProperty(int row, ctProperty* prop, bool valueOnly = FALSE);
+    bool DisplayProperty(int row, ctProperty* prop, bool valueOnly = false);
 
     /// Display attribute value
     bool DisplayProperty(ctProperty* prop);
@@ -139,6 +139,8 @@ class ctPropertyEditor: public wxPanel
 DECLARE_EVENT_TABLE()
 
 protected:
+    // Dialog controls
+    wxButton*               m_attributeEditorEditDetails;
     ctPropertyEditorGrid*   m_attributeEditorGrid;
     wxHtmlWindow*           m_propertyDescriptionWindow;
     wxSplitterWindow*       m_splitterWindow;