diff --git a/doc/html/RtAudio_8h-source.html b/doc/html/RtAudio_8h-source.html index cb29d93..87f9fe0 100644 --- a/doc/html/RtAudio_8h-source.html +++ b/doc/html/RtAudio_8h-source.html @@ -590,7 +590,7 @@ 00911 { 00912 public: 00913 -00914 RtApiDummy() { errorText_ = "RtApiDummy: This class provides no functionality."; error( WARNING ); }; +00914 RtApiDummy() { errorText_ = "RtApiDummy: This class provides no functionality."; error( RtError::WARNING ); }; 00915 RtAudio::Api getCurrentApi( void ) { return RtAudio::RTAUDIO_DUMMY; }; 00916 unsigned int getDeviceCount( void ) { return 0; }; 00917 RtAudio::DeviceInfo getDeviceInfo( unsigned int device ) { RtAudio::DeviceInfo info; return info; }; diff --git a/doc/html/index.html b/doc/html/index.html index b683144..d973fcd 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -38,7 +38,7 @@ What's New (Version 4.0)
Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio::getDeviceInfo(), and RtAudio::openStream() functions are called. This allows for the proper identification of hot-pluggable (USB, Firewire, ...) devices while a given RtAudio instance exists.