summaryrefslogtreecommitdiff
path: root/RtAudio.h
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-10-09 23:47:55 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 01:08:39 +0200
commit2b55be781872498a3b4c6cde60be4c2f69ec7eb4 (patch)
tree54812cc86ec5cdfecdce677d0c67cee384575ff0 /RtAudio.h
parent8cd04dd6b77f05fe0f032959dfefda58b2ce38ae (diff)
Version 3.0.1
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.