mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix missing initializer
git-svn-id: svn://localhost/ardour2/branches/3.0@10553 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1c85e77187
commit
578eba247a
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ ArdourButton::ArdourButton (const std::string& str, Element e)
|
|||
, _fixed_diameter (true)
|
||||
, _distinct_led_click (false)
|
||||
, _led_rect (0)
|
||||
, _hovering (false)
|
||||
{
|
||||
set_text (str);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue