]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/propeditor.h
fixed wxImage->wxBitmap conversion for images with alpha channel
[wxWidgets.git] / utils / configtool / src / propeditor.h
index ae9f9fab736b6adb3ff9be1ee84a5cfb6c7a06aa..4ebf1f4dd8a548b452066073454adbc736415fa5 100644 (file)
@@ -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;