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/7zip/Archive/Arj/ArjHandler.h')
-rwxr-xr-xCPP/7zip/Archive/Arj/ArjHandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CPP/7zip/Archive/Arj/ArjHandler.h b/CPP/7zip/Archive/Arj/ArjHandler.h
index 1f43808a..4351b26f 100755
--- a/CPP/7zip/Archive/Arj/ArjHandler.h
+++ b/CPP/7zip/Archive/Arj/ArjHandler.h
@@ -19,7 +19,6 @@ public:
INTERFACE_IInArchive(;)
- CHandler();
private:
CObjectVector<CItemEx> _items;
CMyComPtr<IInStream> _stream;