summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-06-13 20:28:17 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-13 20:28:17 +0200
commit1284c2d02a367afaeb18acc2138293e8bdf724ae (patch)
tree1f9be0f5650c92c2b62281826cc44241ec7aaf86 /src/lib/content.h
parent796aaab029ebd06a6176383714ef75726b2b9ec2 (diff)
Comment fixes.
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 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<void (ChangeType, std::weak_ptr<Content>, int, bool)> Change;
std::shared_ptr<VideoContent> video;