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/MemoryGlobal.h')
-rw-r--r--CPP/Windows/MemoryGlobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/MemoryGlobal.h b/CPP/Windows/MemoryGlobal.h
index 3f44f742..94e5f508 100644
--- a/CPP/Windows/MemoryGlobal.h
+++ b/CPP/Windows/MemoryGlobal.h
@@ -12,7 +12,7 @@ class CGlobal
public:
CGlobal(): _global(NULL){};
~CGlobal() { Free(); }
- operator HGLOBAL() const { return _global; };
+ operator HGLOBAL() const { return _global; }
void Attach(HGLOBAL hGlobal)
{
Free();