From 1f8af678c9ef28090fad3dcb13eec84aab499ac7 Mon Sep 17 00:00:00 2001 From: Alex Ray Date: Thu, 28 Feb 2013 15:40:08 -0800 Subject: modules: camera: make Camera object id const Change-Id: Ic36fa7c6193086aa6415647ff8fe59cc358dd99f --- modules/camera/Camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/camera') diff --git a/modules/camera/Camera.h b/modules/camera/Camera.h index f38b461..f2ad093 100644 --- a/modules/camera/Camera.h +++ b/modules/camera/Camera.h @@ -51,7 +51,7 @@ class Camera { private: // Identifier used by framework to distinguish cameras - int mId; + const int mId; // Busy flag indicates camera is in use bool mBusy; // Camera device operations handle shared by all devices -- cgit v1.1