mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 00:03:33 +08:00
add class CFStream
This commit is contained in:
@ -7,7 +7,7 @@ using namespace CFCPP;
|
||||
using RedBlackTree::RBTree;
|
||||
|
||||
|
||||
CFStorage::CFStorage(std::shared_ptr<CompoundFile> compFile, std::shared_ptr<IDirectoryEntry> dirEntry) :
|
||||
CFStorage::CFStorage(std::shared_ptr<const CompoundFile> compFile, std::shared_ptr<IDirectoryEntry> dirEntry) :
|
||||
CFItem(compFile)
|
||||
{
|
||||
if (dirEntry == nullptr || dirEntry->getSid() < 0)
|
||||
|
||||
Reference in New Issue
Block a user