summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/camera.h b/src/camera.h
index 4f58d7e..25e1972 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -76,6 +76,7 @@ public:
private:
// Error object passed to all sub objects.
Error *errorstatus;
+ bool initialized;
pthread_t playertid;
pthread_t decodetid;