diff --git a/LEGO1/mxrect32.h b/LEGO1/mxrect32.h index 1393d6be..b54a9d92 100644 --- a/LEGO1/mxrect32.h +++ b/LEGO1/mxrect32.h @@ -34,7 +34,7 @@ class MxRect32 { MxRect32(const MxRect32& p_rect) { CopyFrom(p_rect); } - MxRect32& MxRect32::operator=(const MxRect32& p_rect) + MxRect32& operator=(const MxRect32& p_rect) { CopyFrom(p_rect); return *this;