mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
compile fixes for OS X
git-svn-id: svn://localhost/ardour2/branches/3.0@10353 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6ba2f3b15f
commit
531ebc35bd
1 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,6 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include <pangomm/layout.h>
|
||||
#include "gtkmm/style.h"
|
||||
|
||||
#include "pbd/compose.h"
|
||||
#include "pbd/error.h"
|
||||
|
|
@ -530,7 +529,7 @@ ArdourButton::action_toggled ()
|
|||
}
|
||||
|
||||
void
|
||||
ArdourButton::on_style_changed (const RefPtr<Style>&)
|
||||
ArdourButton::on_style_changed (const RefPtr<Gtk::Style>&)
|
||||
{
|
||||
set_colors ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue