]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.h
Account for old versions of Pygments
[lyx.git] / src / DepTable.h
index 41085af9f69b8c276b325206084d1a1b91ef3a98..0d78ab8f5365fa4552b32a92027d842a120aec77 100644 (file)
@@ -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;
        };