Fix merge.
[dcpomatic.git] / src / wx / content_menu.cc
index 6f105030215fda32f1949230d726cd2446d0277d..60a95a9f26ed8c5166849f114ee7cb3c87220ba1 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include <wx/wx.h>
+#include "lib/playlist.h"
 #include "lib/film.h"
 #include "content_menu.h"
 #include "repeat_dialog.h"
@@ -26,7 +27,7 @@ using std::cout;
 using boost::shared_ptr;
 
 enum {
-       ID_repeat,
+       ID_repeat = 1,
        ID_remove
 };