mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Fixed build after merge #2036
This commit is contained in:
parent
3c16faaff0
commit
597160443a
@ -368,7 +368,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
friend struct WatchContext;
|
friend struct WatchContext;
|
||||||
friend class EphemeralNodeHolder;
|
friend class EphemeralNodeHolder;
|
||||||
friend class OpResult;
|
friend struct OpResult;
|
||||||
|
|
||||||
void init(const std::string & hosts, const std::string & identity, int32_t session_timeout_ms, const std::string & chroot);
|
void init(const std::string & hosts, const std::string & identity, int32_t session_timeout_ms, const std::string & chroot);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user