Returned value from operator=
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
73028c4b8c
commit
55f9eba3b2
@ -743,7 +743,7 @@ public:
|
||||
|
||||
virtual wxEvent *Clone() const { return new wxMouseEvent(*this); }
|
||||
|
||||
wxMouseEvent& operator=(const wxMouseEvent& event) { Assign(event); }
|
||||
wxMouseEvent& operator=(const wxMouseEvent& event) { Assign(event); return *this; }
|
||||
|
||||
public:
|
||||
wxCoord m_x, m_y;
|
||||
|
Loading…
Reference in New Issue
Block a user