From ed227b4fdba9b4fc7f06f6db4830219f14bad358 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 14 Dec 2018 00:58:48 +0000 Subject: swaroop: fix up restart-after-crash. --- src/lib/playlist.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/playlist.h') diff --git a/src/lib/playlist.h b/src/lib/playlist.h index d9140bdfb..dd43ed2e3 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2016 Carl Hetherington + Copyright (C) 2013-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -23,6 +23,7 @@ #include "util.h" #include "frame_rate_change.h" +#include "atomicity_checker.h" #include #include #include @@ -90,6 +91,7 @@ private: bool _sequence; bool _sequencing; std::list _content_connections; + AtomicityChecker _checker; }; #endif -- cgit v1.2.3