mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix compilation warning in DepTable.cpp
This commit is contained in:
parent
be3f628e7d
commit
167eea3990
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user