summaryrefslogtreecommitdiffstats
path: root/include/camera/CameraBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/camera/CameraBase.h')
-rw-r--r--include/camera/CameraBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/camera/CameraBase.h b/include/camera/CameraBase.h
index 1b93157..4c849de 100644
--- a/include/camera/CameraBase.h
+++ b/include/camera/CameraBase.h
@@ -101,7 +101,7 @@ protected:
virtual void binderDied(const wp<IBinder>& who);
// helper function to obtain camera service handle
- static const sp<ICameraService>& getCameraService();
+ static const sp<ICameraService> getCameraService();
sp<TCamUser> mCamera;
status_t mStatus;