Sort KDM CPL list in reverse timestamp order (#1496).
[dcpomatic.git] / src / lib / types.cc
index ee36431cf8755d17a42ddb5d8215cd78eaf954a1..a0095cedfdf1e96bdba7f22fd4e86a0b36943ca2 100644 (file)
@@ -208,4 +208,6 @@ CPLSummary::CPLSummary (boost::filesystem::path p)
                        }
                }
        }
+
+       last_write_time = boost::filesystem::last_write_time (p);
 }