operator = implemented inline.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-07-21 20:32:41 +00:00
parent aa8e9a36c4
commit f3a3457e65

View File

@ -743,7 +743,7 @@ public:
virtual wxEvent *Clone() const { return new wxMouseEvent(*this); }
wxMouseEvent& operator=(const wxMouseEvent& event);
wxMouseEvent& operator=(const wxMouseEvent& event) { Assign(event); }
public:
wxCoord m_x, m_y;