mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 20:11:38 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -73,7 +73,6 @@ private:
|
||||
UString GetFullPath() const { return _prefix + _path; }
|
||||
UString GetFullPathWithName() const { return GetFullPath() + L'\\' + _name; }
|
||||
CMyComPtr<IFolderFolder> _parentFolder;
|
||||
void *_buffer;
|
||||
|
||||
UINT _driveType;
|
||||
DISK_GEOMETRY geom;
|
||||
@@ -82,8 +81,6 @@ private:
|
||||
public:
|
||||
HRESULT Init(const UString &path);
|
||||
HRESULT GetLength(UInt64 &size) const;
|
||||
CPhysDriveFolder(): _buffer(0) {}
|
||||
~CPhysDriveFolder();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user