mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
OS X compilation fix
git-svn-id: svn://localhost/ardour2/branches/3.0@9574 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
371be41d81
commit
f7dae62903
1 changed files with 1 additions and 1 deletions
|
|
@ -1873,7 +1873,7 @@ AudioClock::set_bbt_reference (framepos_t pos)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
AudioClock::on_style_changed (const Glib::RefPtr<Style>& old_style)
|
AudioClock::on_style_changed (const Glib::RefPtr<Gtk::Style>& old_style)
|
||||||
{
|
{
|
||||||
HBox::on_style_changed (old_style);
|
HBox::on_style_changed (old_style);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue