diff options
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; |
