commit | 54c3b66444ebfb9f2265ee70ac3b76ccefa0506a | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Fri Jan 06 07:46:30 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Fri Jan 06 08:00:59 2012 -0800 |
tree | 2ae6ae86501101399d639f2a1227742c120e7ac8 | |
parent | a2a0a5d7d56baa831870f4bf2a0d942a477d92ef [diff] [blame] |
By convention const goes before the type specifier Change-Id: I70203abd6a6f54e5bd9f1412800cc01212157e58
diff --git a/services/audioflinger/AudioMixer.h b/services/audioflinger/AudioMixer.h index 9c129b8..cd70340 100644 --- a/services/audioflinger/AudioMixer.h +++ b/services/audioflinger/AudioMixer.h
@@ -145,7 +145,7 @@ mutable AudioBufferProvider::Buffer buffer; hook_t hook; - void const* in; // current location in buffer + const void* in; // current location in buffer AudioResampler* resampler; uint32_t sampleRate;