diff options
Diffstat (limited to 'src/lib/content_video.h')
| -rw-r--r-- | src/lib/content_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content_video.h b/src/lib/content_video.h index a7f73597c..4c0bdb655 100644 --- a/src/lib/content_video.h +++ b/src/lib/content_video.h @@ -30,6 +30,7 @@ class ContentVideo public: ContentVideo () : eyes (EYES_BOTH) + , part (PART_WHOLE) {} ContentVideo (boost::shared_ptr<const ImageProxy> i, Eyes e, Part p, VideoFrame f) |
