posix: fifo: use right prototype

Change-Id: Ia6aee61aa7059a70d2014f7de66a41cbaca8c7ed
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
This commit is contained in:
Timo Wischer 2019-05-07 17:10:02 +02:00 committed by Filipe Coelho
parent 5d80e06c08
commit dd24ce3210
1 changed files with 1 additions and 1 deletions

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: