diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-05 00:43:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-05 00:43:00 +0100 |
| commit | 5d1496fa502655d334439b4b2658625a2b3c1b70 (patch) | |
| tree | defaa6e2074a4e3fd93dae5c3899c51a12866a65 /src/lib/video_content.cc | |
| parent | d50c23b8ddc05953322d2d0eb6ca5cb8ad88645f (diff) | |
C++11 tidying.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 9ff35ffdf..c6574fce3 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -196,7 +196,7 @@ VideoContent::VideoContent (Content* parent, cxml::ConstNodePtr node, int versio } -VideoContent::VideoContent (Content* parent, vector<shared_ptr<Content> > c) +VideoContent::VideoContent (Content* parent, vector<shared_ptr<Content>> c) : ContentPart (parent) , _length (0) , _yuv (false) |
