mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
fixed wrong function declaration (#1078)
This commit is contained in:
parent
89e24cb358
commit
e81747ef7b
@ -56,7 +56,7 @@ class FreqManUIList : public Widget {
|
||||
bool on_touch(const TouchEvent event) override;
|
||||
bool on_encoder(EncoderEvent delta) override;
|
||||
|
||||
bool set_highlighted_index(int index); // set highlighted_index and return capped highlighted_index value to set in caller
|
||||
void set_highlighted_index(int index); // set highlighted_index and return capped highlighted_index value to set in caller
|
||||
uint8_t get_index(); // return highlighed + index
|
||||
void set_db(freqman_db& db);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user