fixed wrong function declaration (#1078)

This commit is contained in:
gullradriel 2023-05-26 19:35:17 +02:00 committed by GitHub
parent 89e24cb358
commit e81747ef7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);