aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-07 11:27:06 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-07 11:27:06 +0900
commit1b1051702003391f958f4bf68c5dfe88676d56d4 (patch)
tree721473c5f289be4bdbaf81da42a026a0b056b558 /src/wm_layer.hpp
parent447b227c8db386b13e79635f52a9df604eaea7b7 (diff)
Remove wm_layer_name in wm_client
Change-Id: I6b146ca41f9be311d0d21163e5fe23aeabbfe3fc Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm_layer.hpp')
-rw-r--r--src/wm_layer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wm_layer.hpp b/src/wm_layer.hpp
index 2a5f9bd..1cb54ee 100644
--- a/src/wm_layer.hpp
+++ b/src/wm_layer.hpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef WM_LAYERS_H
-#define WM_LAYERS_H
+#ifndef WM_LAYER_HPP
+#define WM_LAYER_HPP
#include <string>
#include <vector>
@@ -83,4 +83,4 @@ class WMLayer
} // namespace wm
-#endif // WM_LAYERS_H
+#endif // WM_LAYER_HPP