X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=0d78ab8f5365fa4552b32a92027d842a120aec77;hb=4eb9b50dc642a3532d8126a93571696b3db57640;hp=7f687ccec233083ff62d2f79d06db74e7733ed53;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index 7f687ccec2..0d78ab8f53 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -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; };