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/Cpio/CpioHandler.h')
-rwxr-xr-xCPP/7zip/Archive/Cpio/CpioHandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/Archive/Cpio/CpioHandler.h b/CPP/7zip/Archive/Cpio/CpioHandler.h
index e9320e61..3b4e7036 100755
--- a/CPP/7zip/Archive/Cpio/CpioHandler.h
+++ b/CPP/7zip/Archive/Cpio/CpioHandler.h
@@ -21,8 +21,8 @@ public:
INTERFACE_IInArchive(;)
private:
- CObjectVector<CItemEx> m_Items;
- CMyComPtr<IInStream> m_InStream;
+ CObjectVector<CItemEx> _items;
+ CMyComPtr<IInStream> _inStream;
};
}}