diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-08 16:32:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-08 16:32:10 +0000 |
| commit | 75300fa4696d4119b4246ec85a95b8d007b73559 (patch) | |
| tree | a0bf328e486cc7c1b160bd4447d531aeb21795d1 /src/lib/j2k_image_proxy.h | |
| parent | 3904df929a551d899fb1abe4ea174173e98b63ad (diff) | |
Actually fix previous.
Diffstat (limited to 'src/lib/j2k_image_proxy.h')
| -rw-r--r-- | src/lib/j2k_image_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/j2k_image_proxy.h b/src/lib/j2k_image_proxy.h index c2f04e176..67609dfce 100644 --- a/src/lib/j2k_image_proxy.h +++ b/src/lib/j2k_image_proxy.h @@ -43,5 +43,5 @@ private: boost::shared_ptr<const dcp::MonoPictureFrame> _mono; boost::shared_ptr<const dcp::StereoPictureFrame> _stereo; dcp::Size _size; - dcp::Eye _eye; + boost::optional<dcp::Eye> _eye; }; |
