diff options
-rw-r--r-- | modules/camera/Camera.h | 2 |
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 |