summaryrefslogtreecommitdiffstats
path: root/include/radio/Radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/radio/Radio.h')
-rw-r--r--include/radio/Radio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/radio/Radio.h b/include/radio/Radio.h
index 302bf16..a4dfdd1 100644
--- a/include/radio/Radio.h
+++ b/include/radio/Radio.h
@@ -75,7 +75,7 @@ public:
private:
Radio(radio_handle_t handle,
const sp<RadioCallback>&);
- static const sp<IRadioService>& getRadioService();
+ static const sp<IRadioService> getRadioService();
Mutex mLock;
sp<IRadio> mIRadio;