aboutsummaryrefslogtreecommitdiff
path: root/src/recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recorder.h')
-rw-r--r--src/recorder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/recorder.h b/src/recorder.h
index 591312e..62458ad 100644
--- a/src/recorder.h
+++ b/src/recorder.h
@@ -8,6 +8,7 @@
class Recorder : Mutex {
SDL_ffmpegFile *file;
+ Uint32 start_time;
public:
Recorder() : Mutex(), file(NULL) {}