Address cppcheck complaints

This commit is contained in:
jpirnay
2026-04-07 11:08:47 +02:00
parent 93669ff492
commit e996afd760
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -72,5 +72,5 @@ class LyraTheme : public BaseTheme {
protected:
static int getRecentBookProgressPercent(const RecentBook& book);
static void drawProgressBadge(GfxRenderer& renderer, Rect anchorRect, int progressPercent);
static void drawProgressBadge(const GfxRenderer& renderer, Rect anchorRect, int progressPercent);
};