From 0af492685eb4a180ec3cef86338eb5dd3d8c3383 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Wed, 13 Jun 2018 12:06:30 +0900 Subject: A Change-Id: I097b1ba466962b17c3e9083b54ef2df006505900 Signed-off-by: Kazumasa Mitsunari --- src/applist.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/applist.hpp b/src/applist.hpp index 59f37ba..eaa7e99 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -39,7 +39,7 @@ class AppList AppList(const AppList &obj) = delete; // Client Database Interface - /* TODO: consider, which is better WMClient as parameter? + /* TODO: consider, which is better WMClient as parameter or not If the WMClient should be more flexible, I think this param should be WMClient class */ void addClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role); -- cgit 1.2.3-korg