diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-14 00:58:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-14 00:58:48 +0000 |
| commit | ed227b4fdba9b4fc7f06f6db4830219f14bad358 (patch) | |
| tree | 153245bd3520fb7cb7ed3b74ac7b45e67f059f70 /src/lib/content.h | |
| parent | c7ae521e655354dd2f27766ee23766a0e698a89c (diff) | |
swaroop: fix up restart-after-crash.v2.13.84
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
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; |
