Add fonts.conf to OS X build to try to fix failure to synthesize
[dcpomatic.git] / src / lib / content.h
index 55cf4acaef643114ab5de6c7c672438243bdc378..96359fadb5fa256d67a1ce51f948ad00cf633269 100644 (file)
@@ -184,7 +184,7 @@ public:
 
        std::string calculate_digest () const;
 
-       /* CHANGE_PENDING and CHANGE_CANCELLED may be emitted from any thread; CHANGE_DONE always from GUI thread */
+       /* CHANGE_TYPE_PENDING and CHANGE_TYPE_CANCELLED may be emitted from any thread; CHANGE_TYPE_DONE always from GUI thread */
        boost::signals2::signal<void (ChangeType, boost::weak_ptr<Content>, int, bool)> Change;
 
        boost::shared_ptr<VideoContent> video;