missing semicolon

pull/389/head
Jesse Vincent 7 years ago
parent e29a9454ba
commit 92a140a32c
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -50,7 +50,7 @@ class TypingBreaks : public KaleidoscopePlugin {
static uint16_t settingsBase; static uint16_t settingsBase;
static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState); static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);
} };
} }
extern KaleidoscopePlugins::TypingBreaks TypingBreaks; extern KaleidoscopePlugins::TypingBreaks TypingBreaks;

Loading…
Cancel
Save