diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-15 23:11:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:23 +0100 |
| commit | 8d56ea4bbff391dd72981f86001245a595fa9c62 (patch) | |
| tree | bd4e58da81b4213332d01298955fd61feeebb137 /src/types.h | |
| parent | 2fecea3b47ab64a8b8580b9d186d05c18ae0e29c (diff) | |
Use an enum class for Marker.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index 3bd5c2c3..7f9c3e8b 100644 --- a/src/types.h +++ b/src/types.h @@ -311,7 +311,7 @@ const float ASPECT_ADJUST_EPSILON = 1e-3; */ const float ALIGN_EPSILON = 1e-3; -enum Marker { +enum class Marker { FFOC, ///< first frame of composition LFOC, ///< last frame of composition FFTC, ///< first frame of title credits |
