Fix compilation warning in DepTable.cpp

This commit is contained in:
Jean-Marc Lasgouttes 2017-03-20 15:03:09 +01:00
parent be3f628e7d
commit 167eea3990

View File

@ -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;
};