From 839f18a882c8690f4b519aeba047ea5f8fd2d6d0 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 10 Sep 2020 15:18:31 +0200 Subject: Corrected array size --- setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.h b/setup.h index 577cf64..aa00423 100644 --- a/setup.h +++ b/setup.h @@ -2,7 +2,7 @@ class cLCARSNGSetup : public cMenuSetupPage { private: - const char *menuView[3]; + const char *menuView[4]; protected: virtual void Store(void); public: -- cgit v1.2.3