]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/accel.h
Small changes after Robert's edits
[wxWidgets.git] / include / wx / stubs / accel.h
index 3b8d3379f9d4c0c086ec771141107eaf746384e6..236dc0eb55236e436bacf3132f26b25f9b1103c2 100644 (file)
@@ -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;