diff options
Diffstat (limited to 'src/SlitClient.hh')
-rw-r--r-- | src/SlitClient.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SlitClient.hh b/src/SlitClient.hh index 53d9de9..cbb0d9f 100644 --- a/src/SlitClient.hh +++ b/src/SlitClient.hh | |||
@@ -69,7 +69,7 @@ private: | |||
69 | Window m_window, m_client_window, m_icon_window; | 69 | Window m_window, m_client_window, m_icon_window; |
70 | int m_x, m_y; | 70 | int m_x, m_y; |
71 | unsigned int m_width, m_height; | 71 | unsigned int m_width, m_height; |
72 | bool m_visible; ///< wheter the client should be visible or not | 72 | bool m_visible; ///< whether the client should be visible or not |
73 | }; | 73 | }; |
74 | 74 | ||
75 | #endif // SLITCLIENT_HH | 75 | #endif // SLITCLIENT_HH |