From 92a140a32c74ab5854641439e63720b3acc6a6cd Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 3 Jun 2017 23:00:23 -0700 Subject: [PATCH] missing semicolon --- src/Kaleidoscope/TypingBreaks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope/TypingBreaks.h b/src/Kaleidoscope/TypingBreaks.h index 6a7f49f0..f4a0782d 100644 --- a/src/Kaleidoscope/TypingBreaks.h +++ b/src/Kaleidoscope/TypingBreaks.h @@ -50,7 +50,7 @@ class TypingBreaks : public KaleidoscopePlugin { static uint16_t settingsBase; static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState); -} +}; } extern KaleidoscopePlugins::TypingBreaks TypingBreaks;