]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.h
More requires --> required, for C++2a.
[lyx.git] / src / DepTable.h
index 7f687ccec233083ff62d2f79d06db74e7733ed53..0d78ab8f5365fa4552b32a92027d842a120aec77 100644 (file)
@@ -58,7 +58,7 @@ private:
                /// Current CRC value - only re-computed if mtime has changed.
                unsigned long crc_cur;
                /// mtime from last time current CRC was calculated.
-               long mtime_cur;
+               std::time_t mtime_cur;
                ///
                bool changed() const;
        };