Change index type

This commit is contained in:
jpirnay
2026-04-07 11:12:07 +02:00
parent 314e54e252
commit fb8196e946
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class CrossPointState {
public:
std::string openEpubPath;
uint8_t lastSleepImage = UINT8_MAX; // UINT8_MAX = unset sentinel
size_t lastSleepImage = SIZE_MAX; // SIZE_MAX = unset sentinel
uint8_t readerActivityLoadCount = 0;
bool lastSleepFromReader = false;
~CrossPointState() = default;