From 597160443a7bd0f992178098daff256a70ecd56d Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 14 Mar 2018 21:58:40 +0300 Subject: [PATCH] Fixed build after merge #2036 --- dbms/src/Common/ZooKeeper/ZooKeeper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);