summaryrefslogtreecommitdiffstats
path: root/modules/camera/Camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/camera/Camera.h')
-rw-r--r--modules/camera/Camera.h2
1 files changed, 1 insertions, 1 deletions
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