]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/accel.h
Trying hard to make things compile.
[wxWidgets.git] / include / wx / msw / accel.h
index 116d4cd59819417614ae9be0798195e8ec211ac6..e68e66b65300bb83ef3ad9a7f158447e2f438427 100644 (file)
@@ -27,7 +27,7 @@ public:
     wxAcceleratorTable();
 
     // copy ctor
-    wxAcceleratorTable(const wxAcceleratorTable& accel) { Ref(accel); }
+    wxAcceleratorTable(const wxAcceleratorTable& accel) : wxObject(accel) { Ref(accel); }
 
     // load from .rc resource (Windows specific)
     wxAcceleratorTable(const wxString& resource);