changed vector to list; again

This commit is contained in:
2020-09-21 21:47:29 +02:00
parent 2a2bfc6fe6
commit e65af04488
4 changed files with 71 additions and 68 deletions

View File

@ -36,7 +36,7 @@ public:
static void initTUI();
void updateTUI(vector <Drive>* pvecDrives, uint8_t u8SelectedEntry);
void updateTUI(list <Drive>* plistDrives, uint8_t u8SelectedEntry);
static enum UserInput readUserInput();