summaryrefslogtreecommitdiff
path: root/tools/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/playlist.h')
-rw-r--r--tools/playlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/playlist.h b/tools/playlist.h
index 4f36b415..50c3d97a 100644
--- a/tools/playlist.h
+++ b/tools/playlist.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: playlist.h,v 1.7 2008-01-10 23:37:36 phelin Exp $
+ * $Id: playlist.h,v 1.8 2008-02-19 04:24:34 phintuka Exp $
*
*/
@@ -74,6 +74,7 @@ class cPlaylist : protected cList<cPlaylistItem>
cString m_Name; // playlist (or folder) name
cString m_Folder; // path to "root" of playlist
cPlaylistItem *m_Current; // now playing
+ unsigned int m_Version;
enum { ePlaylist, eImplicit } m_Origin;