13
0

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:
Paul Davis 2011-10-31 21:06:57 +00:00
parent 6ba2f3b15f
commit 531ebc35bd

View File

@ -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 ();
}