X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19141178ecd7156fe5254c524d1d25cd40c06a2a..94799627ee0ad217b2fc41df5bd5bccf59494e00:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 0b8f245e82..98cdf33d11 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -694,10 +694,10 @@ public: #endif // WXWIN_COMPATIBILITY // Get X position - long GetX() const { return m_x; } + wxCoord GetX() const { return m_x; } // Get Y position - long GetY() const { return m_y; } + wxCoord GetY() const { return m_y; } void CopyObject(wxObject& obj) const;