]> git.sesse.net Git - vlc/commitdiff
Fix a false assertion fail in the Qt4 playlist.
authorRémi Duraffort <ivoire@videolan.org>
Sun, 4 May 2008 12:02:40 +0000 (14:02 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 4 May 2008 12:02:48 +0000 (14:02 +0200)
modules/gui/qt4/components/playlist/sorting.h

index e4917802c59b306ea4bb7dc9dbdb1f8764fca4e6..d226040045d61616fb27dd0d0bb2541585d4242c 100644 (file)
@@ -33,9 +33,9 @@ enum
     COLUMN_TRACK_NUMBER = 0x0040,
     COLUMN_DESCRIPTION  = 0x0080,
 
-    /* Add new entries here */
+    /* Add new entries here and update the COLUMN_END value*/
 
-    COLUMN_END
+    COLUMN_END          = 0x0100
 };
 
 /* Return the title of a column */