summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-09-10 15:18:31 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-09-11 13:44:08 +0200
commit839f18a882c8690f4b519aeba047ea5f8fd2d6d0 (patch)
tree631b3f69001281cacae15414610d400d70625fbd
parentcbd447bb941dc74a433e74a1031bd9ab8be9b584 (diff)
downloadskin-lcarsng-839f18a882c8690f4b519aeba047ea5f8fd2d6d0.tar.gz
skin-lcarsng-839f18a882c8690f4b519aeba047ea5f8fd2d6d0.tar.bz2
Corrected array size
-rw-r--r--setup.h2
1 files changed, 1 insertions, 1 deletions
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: