diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2007-08-21 17:40:16 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:24:07 +0200 |
| commit | 506f4cdf5aa5ed74f6ab47616fbf1ea1ab54e328 (patch) | |
| tree | fcee0e9b6f0c0f6bbc1f689a7db1d666df71f5c9 /RtAudio.h | |
| parent | 8f2275b4cf067760f574e00c41697107930e1912 (diff) | |
- Missing RtError:: for WARNING in RtAudio.h (RtApiDummy) (GS)
- Deleted "+1" in c++ append command for RtApiCore device naming (GS)
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -911,7 +911,7 @@ class RtApiDummy: public RtApi { public: - RtApiDummy() { errorText_ = "RtApiDummy: This class provides no functionality."; error( WARNING ); }; + RtApiDummy() { errorText_ = "RtApiDummy: This class provides no functionality."; error( RtError::WARNING ); }; RtAudio::Api getCurrentApi( void ) { return RtAudio::RTAUDIO_DUMMY; }; unsigned int getDeviceCount( void ) { return 0; }; RtAudio::DeviceInfo getDeviceInfo( unsigned int device ) { RtAudio::DeviceInfo info; return info; }; |
