X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Ftypes.cc;h=a0095cedfdf1e96bdba7f22fd4e86a0b36943ca2;hb=74873babf8ed3ffb3dd79858328d5b3f142479a3;hp=ee36431cf8755d17a42ddb5d8215cd78eaf954a1;hpb=25c15064f4c816d310c34e2e27092b3c2d02afb3;p=dcpomatic.git diff --git a/src/lib/types.cc b/src/lib/types.cc index ee36431cf..a0095cedf 100644 --- a/src/lib/types.cc +++ b/src/lib/types.cc @@ -208,4 +208,6 @@ CPLSummary::CPLSummary (boost::filesystem::path p) } } } + + last_write_time = boost::filesystem::last_write_time (p); }