X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=0d78ab8f5365fa4552b32a92027d842a120aec77;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=41085af9f69b8c276b325206084d1a1b91ef3a98;hpb=138b23fac84930cdbfada0067c61480989041113;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index 41085af9f6..0d78ab8f53 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * * Full author contact details are available in file CREDITS. @@ -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; };