diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-08-08 19:28:12 -0400 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-08-08 19:28:12 -0400 |
| commit | 1abbca05a6f76b8bf815be931102314a042f1aa0 (patch) | |
| tree | f5b022e0f543a93668ab3087d5913e6bc5a67c4e /RtAudio.cpp | |
| parent | e92130e9e152a71da71264a610662e910b450ec0 (diff) | |
Fix typo in previous commit.
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index c2c3760..1a41ff3 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -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; } |
