X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..d0fff5cb110810d3bee6fa255292f161f7752911:/include/wx/stubs/accel.h diff --git a/include/wx/stubs/accel.h b/include/wx/stubs/accel.h index 3b8d3379f9..236dc0eb55 100644 --- a/include/wx/stubs/accel.h +++ b/include/wx/stubs/accel.h @@ -17,6 +17,7 @@ #endif #include "wx/object.h" +#include "wx/string.h" class WXDLLEXPORT wxAcceleratorTable; @@ -68,10 +69,6 @@ public: inline bool operator != (const wxAcceleratorTable& accel) { return m_refData != accel.m_refData; } bool Ok() const; -/* TODO: Accessors for your GUI - void SetHACCEL(WXHACCEL hAccel); - WXHACCEL GetHACCEL() const; -*/ }; WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;