diff --git a/src/remote.hh b/src/remote.hh index 2759477a..bb59270d 100644 --- a/src/remote.hh +++ b/src/remote.hh @@ -37,8 +37,8 @@ private: void write_next_key(); std::unique_ptr m_ui; - CharCoord m_dimensions; std::unique_ptr m_socket_watcher; + CharCoord m_dimensions; }; void send_command(StringView session, StringView command);