]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridiface.h
Applied rowspan patch #15276 (dghart)
[wxWidgets.git] / include / wx / propgrid / propgridiface.h
index 8dd9472647dd326a7972eab4c5194d329672bf87..0f894632b2ef80d8aad43f69433a5b8e97f62b06 100644 (file)
@@ -29,7 +29,6 @@
 class WXDLLIMPEXP_PROPGRID wxPGPropArgCls
 {
 public:
-    wxPGPropArgCls() { }
     wxPGPropArgCls( const wxPGProperty* property )
     {
         m_ptr.property = (wxPGProperty*) property;
@@ -889,7 +888,7 @@ public:
     /**
         Set proportion of a auto-stretchable column. wxPG_SPLITTER_AUTO_CENTER
         window style needs to be used to indicate that columns are auto-
-        resizeable.
+        resizable.
 
         @returns Returns @false on failure.