13
0

fix for OSX 10.0/clang (missing symbol) by cth

This commit is contained in:
Robin Gareus 2014-05-23 20:48:56 +02:00
parent aa318a2fc3
commit 4347ceb173

View File

@ -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)