Browse Source

posix: fifo: use right prototype

Change-Id: Ia6aee61aa7059a70d2014f7de66a41cbaca8c7ed
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
tags/v1.9.15
Timo Wischer Filipe Coelho <falktx@falktx.com> 6 years ago
parent
commit
dd24ce3210
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      posix/JackFifo.h

+ 1
- 1
posix/JackFifo.h View File

@@ -44,7 +44,7 @@ class SERVER_EXPORT JackFifo : public detail::JackSynchro

protected:

void BuildName(const char* name, const char* server_name, char* res);
void BuildName(const char* name, const char* server_name, char* res, int size);

public:



Loading…
Cancel
Save