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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wm-client.hpp b/src/wm-client.hpp
index 4bfb60b..459822d 100644
--- a/src/wm-client.hpp
+++ b/src/wm-client.hpp
@@ -62,9 +62,9 @@ class WMClient
std::unordered_map<std::string, unsigned> role2surface;
#if GTEST_ENABLED
// This is for unit test. afb_make_event occurs sig11 if call not in afb-binding
- std::unordered_map<std::string, std::string> event_list;
+ std::unordered_map<std::string, std::string> event2list;
#else
- std::unordered_map<std::string, struct afb_event> event_list;
+ std::unordered_map<std::string, struct afb_event> event2list;
#endif
};
} // namespace wm