X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7d176e2bf309fcdb8a7f14e2c85854fb95907f7..dba006200f4b262f2381cfcbc2657cd0680502c3:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 2dcf3c6958..ec45c09279 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -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); return *this; } public: wxCoord m_x, m_y;