mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
A few tweaks to make Ardour build in GCC -std=c++0x mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@11983 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2c0f704f28
commit
23973bae24
12 changed files with 24 additions and 26 deletions
|
|
@ -104,7 +104,7 @@ UI::UI (string namestr, int *argc, char ***argv)
|
|||
errors->set_title (title.get_string());
|
||||
|
||||
errors->dismiss_button().set_name ("ErrorLogCloseButton");
|
||||
errors->signal_delete_event().connect (bind (sigc::ptr_fun (just_hide_it), (Window *) errors));
|
||||
errors->signal_delete_event().connect (sigc::bind (sigc::ptr_fun (just_hide_it), (Window *) errors));
|
||||
errors->set_type_hint (Gdk::WINDOW_TYPE_HINT_UTILITY);
|
||||
|
||||
//load_rcfile (rcfile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue