Return CefTime instead of time_t from CefZipReader::GetFileLastModified (issue #1625)

This commit is contained in:
Marshall Greenblatt
2015-05-05 19:12:10 -04:00
parent 616fdbf3ff
commit b849e7fb70
8 changed files with 16 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ class CefZipReader : public virtual CefBase {
// Returns the last modified timestamp for the file.
///
/*--cef()--*/
virtual time_t GetFileLastModified() =0;
virtual CefTime GetFileLastModified() =0;
///
// Opens the file for reading of uncompressed data. A read password may