mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
add missing file, remove unnecessary qualifier
git-svn-id: svn://localhost/trunk/ardour2@472 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c2e1917f44
commit
bb7b3ec1a6
3 changed files with 84 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue