[code/tests] Fix issue with toolboxIonKeys

This commit is contained in:
Joachim LF
2021-05-12 19:35:15 +02:00
parent 44d745eff3
commit 33ad74e1be
6 changed files with 32 additions and 10 deletions

View File

@@ -5,6 +5,7 @@
#include <escher.h>
#include <ion/events.h>
#include <kandinsky/font.h>
#include "toolbox_ion_keys.h"
namespace Code {
@@ -32,6 +33,7 @@ private:
void scrollToAndSelectChild(int i);
MessageTableCellWithMessage m_leafCells[k_maxNumberOfDisplayedRows];
MessageTableCellWithChevron m_nodeCells[k_maxNumberOfDisplayedRows];
toolboxIonKeys m_ionKeys;
};
}