Remove class name

This commit is contained in:
Christian Semmler 2023-12-20 22:49:32 -05:00
parent 7efa698ab4
commit 0684a85e28

View File

@ -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;