mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 02:07:06 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -63,7 +63,7 @@ public:
|
||||
HRESULT Create(IOutStream *outStream);
|
||||
|
||||
void MoveCurPos(UInt64 distanceToMove);
|
||||
UInt64 GetCurPos() const { return m_CurPos; };
|
||||
UInt64 GetCurPos() const { return m_CurPos; }
|
||||
|
||||
void SeekToCurPos();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user