X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21aeca5e542b8f38d58c6308fdf0e94a4e9671a6..ab0d42f76d5594bd28fdcad35bedeb380902f3ea:/include/wx/generic/accel.h?ds=inline diff --git a/include/wx/generic/accel.h b/include/wx/generic/accel.h index 76e2f9369c..bdd4ff8a85 100644 --- a/include/wx/generic/accel.h +++ b/include/wx/generic/accel.h @@ -50,6 +50,11 @@ public: const wxAcceleratorEntry *GetEntry(const wxKeyEvent& event) const; +protected: + // ref counting code + virtual wxObjectRefData *CreateRefData() const; + virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const; + private: DECLARE_DYNAMIC_CLASS(wxAcceleratorTable) };