Rename blocking process function in portaudio backend

This commit is contained in:
Tim Mayberry 2015-11-30 14:25:42 +10:00
parent 3e6b28daca
commit 29feb914b9
2 changed files with 3 additions and 3 deletions

View file

@ -318,7 +318,7 @@ class PortAudioBackend : public AudioBackend {
void* get_buffer (PortHandle, pframes_t);
void* main_blocking_process_thread ();
void* blocking_process_thread ();
void* freewheel_process_thread ();