fixed warnings

This commit is contained in:
thrust26 2023-09-14 20:01:13 +02:00
parent 6f7c96aef1
commit 13d8e8e842
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ class RomImageWidget : public Widget
// Surface zoom status
bool myIsZoomed{false};
#ifdef IMAGE_SUPPORT
// Zoom delay timer
uInt32 myZoomTimer{0};
@ -121,6 +122,7 @@ class RomImageWidget : public Widget
// Last mouse position, used for zooming
Common::Point myMousePos;
#endif
// Current navigation area of the mouse
Area myMouseArea{Area::NONE};