X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent.h;h=550b3cd9cf52770e7a9acb7786a86dac3829130d;hb=1a9554c281720d0bf54295ab16f593ccc0ef3b4e;hp=567cd5c1f78c68901ef13cdbfcf6ff49ed81fc34;hpb=e0a70cd5cfb11fc2de167f3146acdd437a6faa82;p=dcpomatic.git diff --git a/src/lib/content.h b/src/lib/content.h index 567cd5c1f..550b3cd9c 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -191,7 +191,7 @@ public: std::string calculate_digest () const; - /* CHANGE_TYPE_PENDING and CHANGE_TYPE_CANCELLED may be emitted from any thread; CHANGE_TYPE_DONE always from GUI thread */ + /* ChangeType::PENDING and ChangeType::CANCELLED may be emitted from any thread; ChangeType::DONE always from GUI thread */ boost::signals2::signal, int, bool)> Change; std::shared_ptr video;