summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-02-06 08:24:07 -0800
committerGlenn Kasten <gkasten@google.com>2014-02-10 08:22:42 -0800
commit01d3acba9de861cb2b718338e787cff3566fc5ec (patch)
tree597410f74cf8cc6e3103a5f6b209c3f40cd388c6 /include/media/AudioRecord.h
parentec95f0e82a680931e9c7c9011dbbd68d5ab484c8 (diff)
downloadframeworks_av-01d3acba9de861cb2b718338e787cff3566fc5ec.zip
frameworks_av-01d3acba9de861cb2b718338e787cff3566fc5ec.tar.gz
frameworks_av-01d3acba9de861cb2b718338e787cff3566fc5ec.tar.bz2
Fix clang warnings in AudioFlinger
Change-Id: I0fa61025c979709ad7d655bc717df5f194b6089e
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index 33fa121..7054fd4 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -26,7 +26,7 @@ namespace android {
// ----------------------------------------------------------------------------
-class audio_track_cblk_t;
+struct audio_track_cblk_t;
class AudioRecordClientProxy;
// ----------------------------------------------------------------------------