mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fixed shared_from_this()
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
namespace CFCPP
|
||||
{
|
||||
class DirectoryEntry : public IDirectoryEntry, protected std::enable_shared_from_this<DirectoryEntry>
|
||||
class DirectoryEntry : public IDirectoryEntry
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user