Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / frame_rate_change.h
index 05660ce826f07edfc1cada2eb5ca56a06ad731b2..acb75c0b5764e91257ef21d86ff6474b99134ee0 100644 (file)
@@ -30,6 +30,7 @@ class Content;
 class FrameRateChange
 {
 public:
+       FrameRateChange ();
        FrameRateChange (double, int);
        FrameRateChange (boost::shared_ptr<const Film> film, boost::shared_ptr<const Content> content);
        FrameRateChange (boost::shared_ptr<const Film> film, Content const * content);