refactor(gx): name all function parameters in header

This commit is contained in:
phaneron 2024-11-28 05:00:33 -05:00
parent 6bb67d8a44
commit b6ee76054f
2 changed files with 54 additions and 55 deletions

View file

@ -273,7 +273,7 @@ void CGxDevice::DeviceSetCurWindow(const CRect& rect) {
this->m_curWindowRect = rect;
}
void CGxDevice::DeviceSetDefWindow(CRect const& rect) {
void CGxDevice::DeviceSetDefWindow(const CRect& rect) {
this->m_defWindowRect = rect;
this->DeviceSetCurWindow(rect);
}