git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34871
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// m_escapeId declaration and the docs for Set/GetEscapeId()
void SetEscapeId(int escapeId) { m_escapeId = escapeId; }
int GetEscapeId() const { return m_escapeId; }
// m_escapeId declaration and the docs for Set/GetEscapeId()
void SetEscapeId(int escapeId) { m_escapeId = escapeId; }
int GetEscapeId() const { return m_escapeId; }
+#elif wxABI_VERSION > 20601
// just a stub for 2.6
int GetEscapeId() const { return wxID_ANY; }
#endif
// just a stub for 2.6
int GetEscapeId() const { return wxID_ANY; }
#endif