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/Common/Lang.h')
-rw-r--r--CPP/Common/Lang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/Lang.h b/CPP/Common/Lang.h
index 2ca2a850..22e42574 100644
--- a/CPP/Common/Lang.h
+++ b/CPP/Common/Lang.h
@@ -14,7 +14,7 @@ class CLang
bool OpenFromString(const AString &s);
public:
CLang(): _text(0) {}
- ~CLang() { Clear(); };
+ ~CLang() { Clear(); }
bool Open(CFSTR fileName, const wchar_t *id);
void Clear() throw();
const wchar_t *Get(UInt32 id) const throw();