diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-10 00:22:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-10 00:22:22 +0200 |
| commit | a4d0c85dba60e2837814bd100547189b9a193fff (patch) | |
| tree | c4c22c2d983f454e85b332816979df2e3851e1b7 /src/wx/markers.h | |
| parent | 74914f0da46845c0faa16117714dafbbacc6fc36 (diff) | |
Rename all_markers() and stop it being possible to set FFOC/LFOC.
Diffstat (limited to 'src/wx/markers.h')
| -rw-r--r-- | src/wx/markers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/markers.h b/src/wx/markers.h index fb2b2f1fa..9aeacdad2 100644 --- a/src/wx/markers.h +++ b/src/wx/markers.h @@ -28,4 +28,4 @@ LIBDCP_ENABLE_WARNINGS #include <vector> -extern std::vector<std::pair<wxString, dcp::Marker>> all_markers (); +extern std::vector<std::pair<wxString, dcp::Marker>> all_editable_markers(); |
