summaryrefslogtreecommitdiff
path: root/src/lib/types.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-25 00:30:19 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-25 00:30:19 +0000
commit74873babf8ed3ffb3dd79858328d5b3f142479a3 (patch)
treef245c33a609ac914f183e7031d20abf18f40d518 /src/lib/types.cc
parent25c15064f4c816d310c34e2e27092b3c2d02afb3 (diff)
Sort KDM CPL list in reverse timestamp order (#1496).
Diffstat (limited to 'src/lib/types.cc')
-rw-r--r--src/lib/types.cc2
1 files changed, 2 insertions, 0 deletions
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);
}