Skip to content

Commit

Permalink
Update includes
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jan 17, 2016
1 parent f3eebc2 commit 4183659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/7zpp/SevenZipCompressor.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace SevenZip
virtual bool CompressFile( const TString& filePath, ProgressCallback* callback);

private:

TString m_outputPath; //the final compression result compression path. Used for tracking in callbacks
CComPtr< IStream > OpenArchiveStream();
bool FindAndCompressFiles( const TString& directory, const TString& searchPattern,
const TString& pathPrefix, bool recursion, ProgressCallback* callback);
Expand Down

0 comments on commit 4183659

Please sign in to comment.