mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update ContextAccess.h
This commit is contained in:
parent
d06486584b
commit
33348454e2
@ -63,7 +63,7 @@ struct ContextAccessParams
|
||||
};
|
||||
|
||||
|
||||
class ContextAccess : std::enable_shared_from_this<ContextAccess>
|
||||
class ContextAccess : public std::enable_shared_from_this<ContextAccess>
|
||||
{
|
||||
public:
|
||||
using Params = ContextAccessParams;
|
||||
|
Loading…
Reference in New Issue
Block a user