Update windows version

This commit is contained in:
Ximi1970
2023-07-22 23:47:37 +02:00
parent b698f14df9
commit f2a16f0571

View File

@@ -106,7 +106,7 @@ Preferences::MinimizeIconType WindowCtrlWin::getMinimizeIconType() const
/*
* Set the minimize type
*/
void WindowCtrlUnix::setCloseType( Preferences::CloseType type )
void WindowCtrlWin::setCloseType( Preferences::CloseType type )
{
m_close_type = type;
}
@@ -115,7 +115,7 @@ void WindowCtrlUnix::setCloseType( Preferences::CloseType type )
/*
* Get the close type
*/
Preferences::CloseType WindowCtrlUnix::getCloseType() const
Preferences::CloseType WindowCtrlWin::getCloseType() const
{
return m_close_type;
}