OS X compilation fix

git-svn-id: svn://localhost/ardour2/branches/3.0@9574 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-05-23 21:09:37 +00:00
parent 371be41d81
commit f7dae62903
1 changed files with 1 additions and 1 deletions

View File

@ -1873,7 +1873,7 @@ AudioClock::set_bbt_reference (framepos_t pos)
}
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);