Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
[dcpomatic.git] / src / lib / playlist.h
index b6e23b4a5a5d3281c359fd1d3def4765f17264aa..dc984aacf077d64f78ea37520d9162cbfdbad9f8 100644 (file)
@@ -77,7 +77,7 @@ public:
 
        /** Emitted when content has been added to or removed from the playlist; implies OrderChanged */
        mutable boost::signals2::signal<void (ChangeType)> Change;
-       mutable boost::signals2::signal<void ()> OrderChanged;
+       mutable boost::signals2::signal<void ()> OrderChange;
        /** Emitted when the length might have changed; may sometimes be emitted when it has not */
        mutable boost::signals2::signal<void ()> LengthChange;