summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-12-14 00:58:48 +0000
committerCarl Hetherington <cth@carlh.net>2018-12-14 00:58:48 +0000
commited227b4fdba9b4fc7f06f6db4830219f14bad358 (patch)
tree153245bd3520fb7cb7ed3b74ac7b45e67f059f70 /src/lib/content.h
parentc7ae521e655354dd2f27766ee23766a0e698a89c (diff)
swaroop: fix up restart-after-crash.v2.13.84
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 55cf4acae..96359fadb 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -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;