X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b4f7fbc9f5eb8386c5b5d23151849822d54f7db..4f66d445e1e1400ae1e021e5ebdcf1d4ef9a09e0:/include/wx/dialog.h?ds=inline diff --git a/include/wx/dialog.h b/include/wx/dialog.h index 5f43cf3e86..8d054b7fa1 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -58,7 +58,7 @@ public: // m_escapeId declaration and the docs for Set/GetEscapeId() void SetEscapeId(int escapeId) { m_escapeId = escapeId; } int GetEscapeId() const { return m_escapeId; } -#else // 2.6 +#elif wxABI_VERSION > 20601 // just a stub for 2.6 int GetEscapeId() const { return wxID_ANY; } #endif