summaryrefslogtreecommitdiff
path: root/RtAudio.h
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-04-02 13:06:01 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-04-02 13:06:01 -0400
commit986ffc39fd4cfac9c25a324511c1204f9d8ba760 (patch)
tree857a6a50b6e2806095fee8e243634e31ef54a4cf /RtAudio.h
parent18e6f5126073320450438e99b4833cabc3347dba (diff)
Various WASAPI-related changes.
Diffstat (limited to 'RtAudio.h')
-rw-r--r--RtAudio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/RtAudio.h b/RtAudio.h
index ecb9b6a..a85578e 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -386,14 +386,14 @@ class RtAudio
//! The class constructor.
/*!
- The constructor performs minor initialization tasks. No exceptions
- can be thrown.
+ The constructor performs minor initialization tasks. An exception
+ can be thrown if no API support is compiled.
If no API argument is specified and multiple API support has been
compiled, the default order of use is JACK, ALSA, OSS (Linux
systems) and ASIO, DS (Windows systems).
*/
- RtAudio( RtAudio::Api api=UNSPECIFIED ) throw();
+ RtAudio( RtAudio::Api api=UNSPECIFIED );
//! The destructor.
/*!