mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
fix logic/declaration issue with modified PersistentTooltip API
This commit is contained in:
parent
ddbc67c567
commit
a3cb63a679
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ ArdourKnob::add_elements (Element e)
|
|||
|
||||
|
||||
KnobPersistentTooltip::KnobPersistentTooltip (Gtk::Widget* w)
|
||||
: PersistentTooltip (w, 3)
|
||||
: PersistentTooltip (w)
|
||||
, _dragging (false)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue