Fix compile error in Linux.

This commit is contained in:
Stephen Anthony 2022-08-12 16:43:01 -02:30
parent 093c10bd00
commit b51d6c2fce
2 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class RomImageWidget : public Widget, public CommandSender
FSList myImageList;
// Index of currently displayed image
int myImageIdx{0};
size_t myImageIdx{0};
// Current x-position of the mouse
int myMouseX{0};

View File

@ -49,7 +49,6 @@ MODULE_OBJS := \
src/gui/RomAuditDialog.o \
src/gui/RomImageWidget.o \
src/gui/RomInfoWidget.o \
src/gui/RomImageWidget.o \
src/gui/ScrollBarWidget.o \
src/gui/SnapshotDialog.o \
src/gui/StellaSettingsDialog.o \