Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Windows/Memory.h')
-rwxr-xr-xWindows/Memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/Memory.h b/Windows/Memory.h
index 3da603ee..bd8773b8 100755
--- a/Windows/Memory.h
+++ b/Windows/Memory.h
@@ -25,7 +25,7 @@ public:
class CGlobalLock
{
- const HGLOBAL m_Global;
+ HGLOBAL m_Global;
LPVOID m_Pointer;
public:
LPVOID GetPointer() const { return m_Pointer; }