Add -ISDCF to ISDCF name as required (#2416).
[dcpomatic.git] / src / lib / playlist.h
index 0dd2370a8c6e36c8ba805190a3524c4f06031e6a..89f36f89567572febf2cdaaf2fea8d08df25dca2 100644 (file)
@@ -24,8 +24,9 @@
 
 
 #include "change_signaller.h"
+#include "dcpomatic_time.h"
 #include "frame_rate_change.h"
-#include "util.h"
+#include "types.h"
 #include <libcxml/cxml.h>
 #include <boost/signals2.hpp>
 #include <boost/thread.hpp>
@@ -83,7 +84,7 @@ public:
 
        void repeat (std::shared_ptr<const Film> film, ContentList, int);
 
-       /** Emitted when content has been added to or removed from the playlist; implies OrderChanged */
+       /** Emitted when content has been added to or removed from the playlist; implies OrderChange */
        mutable boost::signals2::signal<void (ChangeType)> Change;
        mutable boost::signals2::signal<void ()> OrderChange;
        /** Emitted when the length might have changed; may sometimes be emitted when it has not */