Browse Source

Fix typo in previous commit.

tags/5.1.0
Stephen Sinclair 6 years ago
parent
commit
1abbca05a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      RtAudio.cpp

+ 1
- 1
RtAudio.cpp View File

@@ -174,7 +174,7 @@ void RtAudio :: getCompiledApi( std::vector<RtAudio::Api> &apis )
apis = compiledApis;
}

const std::vector<RtAudio::Api>& RtAudio :: getCompiledApi()
const std::vector<RtAudio::Api>& RtAudio :: getCompiledApis()
{
return compiledApis;
}


Loading…
Cancel
Save