Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere

This commit is contained in:
Marek Roszko
2023-02-18 22:57:18 -05:00
parent bc8f81b14d
commit aacc9746e3
180 changed files with 695 additions and 700 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
// only one parameter: rotation
};
void SetSize( const wxSize& aSize )
void SetSize( const VECTOR2I& aSize )
{
m_Size = aSize;
}