]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/accel.cpp
added missing wxListItem copy ctor to wxMSW, moved wxListItem to the header
[wxWidgets.git] / src / generic / accel.cpp
index 21a745b598d4b42e84d4b6d2941c66be70030ea5..ff0483376b0ad01b2af60abc5b8fc45961277b7a 100644 (file)
@@ -59,6 +59,7 @@ public:
     }
 
     wxAccelRefData(const wxAccelRefData& data)
+        : wxObjectRefData()
     {
         m_accels.DeleteContents(TRUE);
         m_accels = data.m_accels;