C++11 tidying.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index fce3fcae92230da92b955000e8ffdfe4b9498c89..264733c70130dc57cef0a0d06a84be08ddba0d4b 100644 (file)
@@ -71,7 +71,7 @@ private:
 
        void maybe_add_subtitle ();
 
-       std::list<std::shared_ptr<VideoFilterGraph> > _filter_graphs;
+       std::list<std::shared_ptr<VideoFilterGraph>> _filter_graphs;
        boost::mutex _filter_graphs_mutex;
 
        dcpomatic::ContentTime _pts_offset;