diff options
Diffstat (limited to 'src/lib/content_video.h')
| -rw-r--r-- | src/lib/content_video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/content_video.h b/src/lib/content_video.h index 4c0bdb655..cdf0f9cdd 100644 --- a/src/lib/content_video.h +++ b/src/lib/content_video.h @@ -33,7 +33,7 @@ public: , part (PART_WHOLE) {} - ContentVideo (boost::shared_ptr<const ImageProxy> i, Eyes e, Part p, VideoFrame f) + ContentVideo (boost::shared_ptr<const ImageProxy> i, Eyes e, Part p, Frame f) : image (i) , eyes (e) , part (p) @@ -43,7 +43,7 @@ public: boost::shared_ptr<const ImageProxy> image; Eyes eyes; Part part; - VideoFrame frame; + Frame frame; }; #endif |
