summaryrefslogtreecommitdiff
path: root/src/lib/playlist.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/playlist.h
parent796aaab029ebd06a6176383714ef75726b2b9ec2 (diff)
Comment fixes.
Diffstat (limited to 'src/lib/playlist.h')
-rw-r--r--src/lib/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h
index 0dd2370a8..921637bc3 100644
--- a/src/lib/playlist.h
+++ b/src/lib/playlist.h
@@ -83,7 +83,7 @@ public:
void repeat (std::shared_ptr<const Film> film, ContentList, int);
- /** Emitted when content has been added to or removed from the playlist; implies OrderChanged */
+ /** Emitted when content has been added to or removed from the playlist; implies OrderChange */
mutable boost::signals2::signal<void (ChangeType)> Change;
mutable boost::signals2::signal<void ()> OrderChange;
/** Emitted when the length might have changed; may sometimes be emitted when it has not */