diff --git a/etcd/KeepAlive.hpp b/etcd/KeepAlive.hpp index 64afb95..04a6620 100644 --- a/etcd/KeepAlive.hpp +++ b/etcd/KeepAlive.hpp @@ -55,8 +55,8 @@ public: void stop() { timer_.cancel(); } private: - boost::asio::steady_timer timer_; boost::asio::chrono::milliseconds interval_; + boost::asio::steady_timer timer_; handler_function handler_; };