Reoder member variables

This commit is contained in:
Eric Musgrave 2020-12-11 10:27:18 -05:00
parent bc19624fdf
commit 7ba7a17e1e
1 changed files with 1 additions and 1 deletions

View File

@ -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_;
};