mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-27 16:17:31 -04:00
Wavfile class
This commit is contained in:
parent
e56fa0f479
commit
1db138c27a
20 changed files with 640 additions and 312 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue