diff options
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 |
