X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=0d78ab8f5365fa4552b32a92027d842a120aec77;hb=bbe09eada1de6edb7eb45213eaac4b4b09495f6e;hp=77ec6e1550efc40727146c97a2398e97d60878dc;hpb=8e6e970d7ba017dba14bdb821f4c4489665d947c;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index 77ec6e1550..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. @@ -13,7 +13,7 @@ #ifndef DEP_TABLE_H #define DEP_TABLE_H -#include "support/filename.h" +#include "support/FileName.h" #include #include @@ -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; };