projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp
[wxWidgets.git]
/
include
/
wx
/
palmos
/
accel.h
diff --git
a/include/wx/palmos/accel.h
b/include/wx/palmos/accel.h
index e1970d25b79734bd7574baabffe057c18632d64e..f47b035a5fd648a860274a616c6329ef75eb8779 100644
(file)
--- a/
include/wx/palmos/accel.h
+++ b/
include/wx/palmos/accel.h
@@
-30,14
+30,8
@@
public:
virtual ~wxAcceleratorTable();
virtual ~wxAcceleratorTable();
-#if WXWIN_COMPATIBILITY_2_4
- bool operator==(const wxAcceleratorTable& accel) const
- { return m_refData == accel.m_refData; }
- bool operator!=(const wxAcceleratorTable& accel) const
- { return !(*this == accel); }
-#endif
-
- bool Ok() const;
+ bool Ok() const { return IsOk(); }
+ bool IsOk() const;
void SetHACCEL(WXHACCEL hAccel);
WXHACCEL GetHACCEL() const;
void SetHACCEL(WXHACCEL hAccel);
WXHACCEL GetHACCEL() const;