add missing file, remove unnecessary qualifier

git-svn-id: svn://localhost/trunk/ardour2@472 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-04-25 11:10:52 +00:00
parent c2e1917f44
commit bb7b3ec1a6
3 changed files with 84 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#include <pbd/failed_constructor.h>
template <typename RequestObject>
AbstractUI<RequestObject>::AbstractUI<RequestObject> (string name, bool with_signal_pipes)
AbstractUI<RequestObject>::AbstractUI (string name, bool with_signal_pipes)
: BaseUI (name, with_signal_pipes)
{
if (pthread_key_create (&thread_request_buffer_key, 0)) {