mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Remove class name
This commit is contained in:
parent
7efa698ab4
commit
0684a85e28
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user