summaryrefslogtreecommitdiff
path: root/src/wx/markers.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-11 22:51:00 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-11 22:51:00 +0100
commitd95211bd43a7948751fcbddbb115d1dd551f8943 (patch)
tree0c4e5809dd38bbd6da87fc19a8db4932891ca220 /src/wx/markers.h
parent80c463b76284aa87f892fb331877c2caf5cc2771 (diff)
Fix "add" markers submenu for the last couple of markers.
Diffstat (limited to 'src/wx/markers.h')
-rw-r--r--src/wx/markers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/markers.h b/src/wx/markers.h
index 9aeacdad2..94a45e247 100644
--- a/src/wx/markers.h
+++ b/src/wx/markers.h
@@ -29,3 +29,5 @@ LIBDCP_ENABLE_WARNINGS
extern std::vector<std::pair<wxString, dcp::Marker>> all_editable_markers();
+
+auto constexpr uneditable_markers = 2;