Skip to content

Commit 040f84d

Browse files
stuartmorganfranciscojma86
authored andcommitted
Fix header guard (#214)
The header guard for key_event_handler.h didn't actually work due to a typo.
1 parent ebe0af7 commit 040f84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/common/glfw/key_event_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
#ifndef LIBRARY_COMMON_GLFW_KEY_EVENT_HANDLER_H_
15-
#define LIBRARY_COMMON_GLFW_kEY_EVENT_HANDLER_H_
15+
#define LIBRARY_COMMON_GLFW_KEY_EVENT_HANDLER_H_
1616

1717
#include "library/common/glfw/keyboard_hook_handler.h"
1818
#include "library/include/flutter_desktop_embedding/binary_messenger.h"

0 commit comments

Comments
 (0)