]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prop.cpp
Applied drag fix to row labels as well
[wxWidgets.git] / src / generic / prop.cpp
index 028427d935ec4ee18cfce48a87bf533d08e98225..cca2ecdd45191a1cea1297ca05a2a5e5ec51e5e5 100644 (file)
@@ -47,6 +47,7 @@ wxPropertyValue::wxPropertyValue(void)
 }
 
 wxPropertyValue::wxPropertyValue(const wxPropertyValue& copyFrom)
+    : wxObject()
 {
   m_value.string = (wxChar*) NULL;
   m_modifiedFlag = FALSE;
@@ -834,6 +835,7 @@ wxProperty::wxProperty(void)
 }
 
 wxProperty::wxProperty(wxProperty& copyFrom)
+    : wxObject()
 {
   m_value = copyFrom.GetValue();
   m_name = copyFrom.GetName();