diff options
Diffstat (limited to 'camera/EmulatedCameraDevice.h')
-rwxr-xr-x | camera/EmulatedCameraDevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camera/EmulatedCameraDevice.h b/camera/EmulatedCameraDevice.h index b7cdcb7..ee9f7dd 100755 --- a/camera/EmulatedCameraDevice.h +++ b/camera/EmulatedCameraDevice.h @@ -467,6 +467,8 @@ protected: /* Stop the thread. */ THREAD_STOP }; + + Condition mSetup; }; /* Worker thread accessor. */ |