X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..f196316400fd247a760b2ef77d5064b4e10e5471:/include/wx/msw/accel.h?ds=inline diff --git a/include/wx/msw/accel.h b/include/wx/msw/accel.h index f65d24664f..277290a4cb 100644 --- a/include/wx/msw/accel.h +++ b/include/wx/msw/accel.h @@ -12,7 +12,7 @@ #ifndef _WX_ACCEL_H_ #define _WX_ACCEL_H_ -class WXDLLIMPEXP_CORE wxWindow; +class WXDLLIMPEXP_FWD_CORE wxWindow; // ---------------------------------------------------------------------------- // the accel table has all accelerators for a given window or menu @@ -30,10 +30,6 @@ public: // initialize from array wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]); - bool operator==(const wxAcceleratorTable& accel) const; - bool operator!=(const wxAcceleratorTable& accel) const - { return !(*this == accel); } - bool Ok() const { return IsOk(); } bool IsOk() const; void SetHACCEL(WXHACCEL hAccel);