diff options
Diffstat (limited to 'src/wx/markers_panel.cc')
| -rw-r--r-- | src/wx/markers_panel.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/markers_panel.cc b/src/wx/markers_panel.cc index 463f06758..42a3ce8ae 100644 --- a/src/wx/markers_panel.cc +++ b/src/wx/markers_panel.cc @@ -20,6 +20,7 @@ #include "film_viewer.h" +#include "id.h" #include "markers.h" #include "markers_panel.h" #include "wx_util.h" @@ -41,7 +42,7 @@ using namespace boost::placeholders; enum { - ID_move_marker_to_current_position, + ID_move_marker_to_current_position = DCPOMATIC_MARKERS_PANEL_MENU, ID_remove_marker, ID_add_marker, /* Leave some space after this one as we use an ID for each marker type |
