summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-04-17 16:47:31 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-04-17 16:47:31 +0100
commitd2b6d696a2740fef6978a190e46e8020b4ef14a5 (patch)
tree43931d91c760cf8676d3ee91a5d74242157f6351 /src/remote.hh
parent39821317538c89ea49f6e3f3125a82e44b72537b (diff)
Small layout change
Diffstat (limited to 'src/remote.hh')
-rw-r--r--src/remote.hh2
1 files changed, 1 insertions, 1 deletions
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<UserInterface> m_ui;
- CharCoord m_dimensions;
std::unique_ptr<FDWatcher> m_socket_watcher;
+ CharCoord m_dimensions;
};
void send_command(StringView session, StringView command);