more long/double to int conversion warnings from HP-UX logs fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user