From d2b6d696a2740fef6978a190e46e8020b4ef14a5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 17 Apr 2015 16:47:31 +0100 Subject: [PATCH] Small layout change --- src/remote.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);