diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-10 02:28:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-10 02:28:10 +0100 |
| commit | c9a97108df1d609bd13df8a21bee11d7ca55feea (patch) | |
| tree | a740a9cd217c7ffa8a75939959fd25a4176fb78c /src/lib/player.h | |
| parent | 672b6dd3356d4cbf8703777538d396dbb868b96d (diff) | |
Try to fix Windows build.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index ccdd4e12c..c6e657d16 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -56,7 +56,7 @@ public: static int const FILM_CONTAINER; static int const FILM_VIDEO_FRAME_RATE; static int const DCP_DECODE_REDUCTION; - static int const IGNORE; + static int const IGNORE_COMPONENTS; static int const FAST; static int const PLAY_REFERENCED; }; |
