X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77c46f00b51b8476ec53691dabbc2fa8a7f6a165..b057f88ab8d0d448e094204802c9033fad271ccc:/include/wx/msw/accel.h diff --git a/include/wx/msw/accel.h b/include/wx/msw/accel.h index 116d4cd598..e68e66b653 100644 --- a/include/wx/msw/accel.h +++ b/include/wx/msw/accel.h @@ -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);