diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-26 00:00:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-26 00:00:38 +0200 |
| commit | e97157fd7fe6767fdc2b1fa32df5b821296907a9 (patch) | |
| tree | 8a503fdf7e5958bdbb3db8e98fc7d1fd313e63ad /tools | |
| parent | 97b4901435e1ffc59d347cf7478a31fea8fae3a3 (diff) | |
C++11 cleanup.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index c8519858..46b506fa 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -359,7 +359,7 @@ main (int argc, char* argv[]) only = boost::split(only, *only_string, boost::is_any_of(",")); } - vector<shared_ptr<CPL> > cpls; + vector<shared_ptr<CPL>> cpls; if (boost::filesystem::is_directory(argv[optind])) { DCP* dcp = 0; vector<dcp::VerificationNote> notes; |
