diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 00:01:23 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 00:01:23 +0200 |
| commit | 629897daa5bfc106ca2c09ebef96fdc7b8d5e6b1 (patch) | |
| tree | 6b26dd0a3a6b0878df9f67c2ada9c24d57a4d8b6 /RtAudio.h | |
| parent | 830706e4368bb27d4c7d8138fbce4e393cedcd2f (diff) | |
| parent | 2b55be781872498a3b4c6cde60be4c2f69ec7eb4 (diff) | |
Merge 3.0.1 into releases
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -37,7 +37,7 @@ */ /************************************************************************/ -// RtAudio: Version 3.0, 11 March 2004 +// RtAudio: Version 3.0.1, 22 March 2004 #ifndef __RTAUDIO_H #define __RTAUDIO_H @@ -186,8 +186,7 @@ protected: RtApiStream() :apiHandle(0), userBuffer(0), deviceBuffer(0) {} - // :apiHandle(0), mode(UNINITIALIZED), state(STREAM_STOPPED), - // userBuffer(0), deviceBuffer(0) {} + // mode(UNINITIALIZED), state(STREAM_STOPPED), }; // A protected device structure for audio devices. |
