aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_client.hpp')
-rw-r--r--src/wm_client.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wm_client.hpp b/src/wm_client.hpp
index 3af75af..0d6faeb 100644
--- a/src/wm_client.hpp
+++ b/src/wm_client.hpp
@@ -39,7 +39,8 @@ class WMClient
{
public:
WMClient();
- WMClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role);
+ WMClient(const std::string &appid, unsigned layer,
+ unsigned surface, const std::string &role);
WMClient(const std::string &appid, const std::string &role);
virtual ~WMClient();