X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..380740af5dd112601916704a6d78d1112ebb31b5:/include/wx/os2/accel.h diff --git a/include/wx/os2/accel.h b/include/wx/os2/accel.h index a0ee7448b3..21236393c9 100644 --- a/include/wx/os2/accel.h +++ b/include/wx/os2/accel.h @@ -14,7 +14,7 @@ #include "wx/object.h" -class WXDLLEXPORT wxAcceleratorTable; +class WXDLLIMPEXP_FWD_CORE wxAcceleratorTable; // Hold Ctrl key down #define wxACCEL_ALT 0x01 @@ -40,11 +40,6 @@ public: virtual ~wxAcceleratorTable(); - inline bool operator== (const wxAcceleratorTable& rAccel) const - { return m_refData == rAccel.m_refData; }; - inline bool operator!= (const wxAcceleratorTable& rAccel) const - { return m_refData != rAccel.m_refData; }; - bool Ok() const { return IsOk(); } bool IsOk() const; void SetHACCEL(WXHACCEL hAccel);