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/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 7baa8fc..2c34a94 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -63,7 +63,7 @@ { friend class BinderService<AudioFlinger>; public: - static char const* getServiceName() { return "media.audio_flinger"; } + static const char* getServiceName() { return "media.audio_flinger"; } virtual status_t dump(int fd, const Vector<String16>& args);