From 72bb786fa2ce3750b58fa87ed90d2febcc75ff96 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 21 Feb 2020 12:43:54 +0100 Subject: [PATCH] Fix some compiler warning --- src/gui/GuiIconGrid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/GuiIconGrid.h b/src/gui/GuiIconGrid.h index 35f793b..557683c 100644 --- a/src/gui/GuiIconGrid.h +++ b/src/gui/GuiIconGrid.h @@ -45,6 +45,8 @@ private: GuiSound *buttonClickSound; + bool sortByName = false; + GuiParticleImage particleBgImage; GuiTrigger touchTrigger; @@ -89,7 +91,6 @@ private: int32_t targetLeftPosition; uint32_t gameLaunchTimer; bool bUpdatePositions = false; - bool sortByName = false; class GameInfoContainer { public: