Commit 39b7ae36 authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix

parent 4b4d1dc6
......@@ -370,8 +370,7 @@ SkinsRect Win32Factory::getWorkArea() const
RECT r;
SystemParametersInfo( SPI_GETWORKAREA, 0, &r, 0 );
// Fill a Rect object
SkinsRect SkinsRect( r.left, r.top, r.right, r.bottom );
return rect;
return SkinsRect( r.left, r.top, r.right, r.bottom );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment