fix for OSX 10.0/clang (missing symbol) by cth
This commit is contained in:
parent
aa318a2fc3
commit
4347ceb173
@ -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…
Reference in New Issue
Block a user