summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index d0faeb9d4..ba4c23ddf 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -244,7 +244,7 @@ private:
* else (either some video happening at the same time, or the rate of the DCP).
*/
boost::optional<double> _video_frame_rate;
- bool _change_signals_frequent;
+ bool _change_signals_frequent = false;
};