From be25de5c8da9c3a938fcb7114c2754a1279512f1 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 8 May 2008 10:28:34 +0000 Subject: [PATCH] and m_iMappedSize as well git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5637 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/mmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/mmap.h b/Source/mmap.h index c1c6627c..9f144498 100644 --- a/Source/mmap.h +++ b/Source/mmap.h @@ -72,7 +72,7 @@ class MMapFile : public IMMap #else FILE *m_hFile; int m_hFileDesc; - int m_iMappedSize; + mutable int m_iMappedSize; #endif mutable void *m_pView; mutable int m_iSize;