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 'CPP/Windows/Memory.h')
-rwxr-xr-xCPP/Windows/Memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/Memory.h b/CPP/Windows/Memory.h
index bd8773b8..aebeab3b 100755
--- a/CPP/Windows/Memory.h
+++ b/CPP/Windows/Memory.h
@@ -31,7 +31,7 @@ public:
LPVOID GetPointer() const { return m_Pointer; }
CGlobalLock(HGLOBAL hGlobal): m_Global(hGlobal)
{
- m_Pointer = ::GlobalLock(hGlobal);
+ m_Pointer = ::GlobalLock(hGlobal);
};
~CGlobalLock()
{