diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-14 12:21:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-14 12:21:40 +0100 |
| commit | 3b74655a04bdac7d8fa0258225a9d3bedd170170 (patch) | |
| tree | 3fc9be98f951ec204c62ce89620f1f70da4e8d74 /src/lib/video_frame.h | |
| parent | 3ae21bc7e7e0278a1ee15d365971eeb3dcabcbf6 (diff) | |
Fix subtle bug with 3D and add a explicit to stop it happening again.
Diffstat (limited to 'src/lib/video_frame.h')
| -rw-r--r-- | src/lib/video_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_frame.h b/src/lib/video_frame.h index ac9a345af..c197a94c8 100644 --- a/src/lib/video_frame.h +++ b/src/lib/video_frame.h @@ -31,7 +31,7 @@ public: , _eyes (EYES_BOTH) {} - VideoFrame (Frame i) + explicit VideoFrame (Frame i) : _index (i) , _eyes (EYES_BOTH) {} |
