diff options
author | emersion <contact@emersion.fr> | 2018-10-12 19:58:12 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-10-12 19:58:12 +0200 |
commit | 4897267bd6b16ae9caeae5d4ac5d661e60230840 (patch) | |
tree | 094a44a7dfd2332edfa3be0920ec32b460315183 /include | |
parent | b99da405e7bc46006ab04c418e445387abfc1a5f (diff) |
input-method-v2: fix include guard name
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_input_method_v2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_input_method_v2.h b/include/wlr/types/wlr_input_method_v2.h index 823088b7..d22d54d1 100644 --- a/include/wlr/types/wlr_input_method_v2.h +++ b/include/wlr/types/wlr_input_method_v2.h @@ -6,8 +6,8 @@ #error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features" #endif -#ifndef WLR_TYPES_WLR_INPUT_METHOD_V1_H -#define WLR_TYPES_WLR_INPUT_METHOD_V1_H +#ifndef WLR_TYPES_WLR_INPUT_METHOD_V2_H +#define WLR_TYPES_WLR_INPUT_METHOD_V2_H #include <stdint.h> #include <stdlib.h> #include <wayland-server.h> |