aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Guilbert <tguilbert@google.com>2019-07-12 12:07:59 -0700
committerThomas Guilbert <tguilbert@google.com>2019-07-12 12:07:59 -0700
commit8f47ec8ac9bb405a94e4a46add7afd0e095c8ccf (patch)
tree237786571d374ff67e5f640864f46fe9e7432833 /include
parentc7aae7b75e8591321dff1e9df77842619b116d15 (diff)
downloadoboe-8f47ec8ac9bb405a94e4a46add7afd0e095c8ccf.tar.gz
Small fixes from #352
Diffstat (limited to 'include')
-rw-r--r--include/oboe/AudioStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oboe/AudioStream.h b/include/oboe/AudioStream.h
index 07f7d3a1..ab30c3e7 100644
--- a/include/oboe/AudioStream.h
+++ b/include/oboe/AudioStream.h
@@ -63,7 +63,7 @@ public:
*
* @return
*/
- virtual Result open();
+ virtual Result open() = 0;
/**
* Close the stream and deallocate any resources from the open() call.