mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
fix for OSX 10.0/clang (missing symbol) by cth
This commit is contained in:
parent
4ed46acd77
commit
bc0229de68
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ BaseUI::RequestType Gtkmm2ext::AddTimeout = BaseUI::new_request_type();
|
|||
|
||||
#include "pbd/abstract_ui.cc" /* instantiate the template */
|
||||
|
||||
template class AbstractUI<Gtkmm2ext::UIRequest>;
|
||||
|
||||
UI::UI (string namestr, int *argc, char ***argv)
|
||||
: AbstractUI<UIRequest> (namestr)
|
||||
, _receiver (*this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue