summaryrefslogtreecommitdiff
path: root/RtAudio.h
diff options
context:
space:
mode:
authorStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 00:01:23 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 00:01:23 +0200
commit629897daa5bfc106ca2c09ebef96fdc7b8d5e6b1 (patch)
tree6b26dd0a3a6b0878df9f67c2ada9c24d57a4d8b6 /RtAudio.h
parent830706e4368bb27d4c7d8138fbce4e393cedcd2f (diff)
parent2b55be781872498a3b4c6cde60be4c2f69ec7eb4 (diff)
Merge 3.0.1 into releases
Diffstat (limited to 'RtAudio.h')
-rw-r--r--RtAudio.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/RtAudio.h b/RtAudio.h
index cf39ab4..fa2d494 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -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.