X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;fp=src%2Flib%2Fvideo_decoder.h;h=959ff7ac70c54ad7be8cf1f856812ee88d8a6bdf;hp=c5e2ea4cf01a2cd63e4d3f23f421aa696db8c124;hb=2537a2d959a5872c2e75b322022a7679d24c7e60;hpb=e7adac0f25e0d2a38be56e4477ed78b8b34b8b34 diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index c5e2ea4cf..959ff7ac7 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington + Copyright (C) 2012-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -60,7 +60,7 @@ public: void emit (boost::shared_ptr, Frame frame); /** @return true if the emitted data was accepted, false if not */ - boost::signals2::signal Data; + boost::signals2::signal Data; private: boost::shared_ptr _content;