diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 23:54:06 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 23:54:06 +0200 |
| commit | a1bbe4d94da4e9fd19f54bf83de23a6f5dc345df (patch) | |
| tree | 1e99302e1e96a4dafd56edca54dba12cf6a0bdfa /tests/info.cpp | |
| parent | cdfd5a2d8e8781f1925e90953a330ad38e63222f (diff) | |
| parent | 8eb71e693530726068addf6b8088aea0fd340f2a (diff) | |
Merge 2.0.1 into releases
Diffstat (limited to 'tests/info.cpp')
| -rw-r--r-- | tests/info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.cpp b/tests/info.cpp index a4cfcf2..9cd9738 100644 --- a/tests/info.cpp +++ b/tests/info.cpp @@ -17,7 +17,7 @@ int main(int argc, char *argv[]) try { audio = new RtAudio(); } - catch (RtAudioError &m) { + catch (RtError &m) { m.printMessage(); exit(EXIT_FAILURE); } @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) try { audio->getDeviceInfo(i, &my_info); } - catch (RtAudioError &m) { + catch (RtError &m) { m.printMessage(); break; } |
