Fix typo in wxABI_VERSION check in 90b12483

This commit is contained in:
Václav Slavík
2016-12-06 09:55:32 +01:00
parent 90b124835e
commit 87c55ca242

View File

@@ -94,7 +94,7 @@ public:
// called by wxMenuItem when its accels changes
void UpdateAccel(wxMenuItem *item);
#if wxABI_VERSION >= 30002
#if wxABI_VERSION >= 30003
void RemoveAccel(wxMenuItem *item);
#endif