diff options
Diffstat (limited to 'net/disk_cache/mapped_file.h')
-rw-r--r-- | net/disk_cache/mapped_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/mapped_file.h b/net/disk_cache/mapped_file.h index ece272a..c2f0295 100644 --- a/net/disk_cache/mapped_file.h +++ b/net/disk_cache/mapped_file.h @@ -47,7 +47,7 @@ namespace disk_cache { // time). class MappedFile : public File { public: - MappedFile() : init_(false), File(true) {} + MappedFile() : File(true), init_(false) {} // Performs object initialization. name is the file to use, and size is the // ammount of data to memory map from th efile. If size is 0, the whole file |