diff --git a/dbms/src/Common/ZooKeeper/ZooKeeper.h b/dbms/src/Common/ZooKeeper/ZooKeeper.h index 2b0d195fd80..52f1968eba6 100644 --- a/dbms/src/Common/ZooKeeper/ZooKeeper.h +++ b/dbms/src/Common/ZooKeeper/ZooKeeper.h @@ -368,7 +368,7 @@ public: private: friend struct WatchContext; 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);