mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-22 15:39:04 +00:00
Wavfile class
This commit is contained in:
@@ -564,9 +564,9 @@ void Checkbox::set_text(const std::string value) {
|
||||
set_dirty();
|
||||
}
|
||||
|
||||
std::string Checkbox::text() const {
|
||||
/*std::string Checkbox::text() const {
|
||||
return text_;
|
||||
}
|
||||
}*/
|
||||
|
||||
void Checkbox::set_value(const bool value) {
|
||||
value_ = value;
|
||||
|
||||
Reference in New Issue
Block a user