fix missing ; at end of class

pull/389/head
Jesse Vincent 8 years ago
parent 32adec8aa9
commit 468996e6c8
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -34,7 +34,7 @@ class TopsyTurvy: public KaleidoscopePlugin {
static uint8_t topsyTurvyModState;
static Key eventHandlerHook(Key mappedKey, byte row, byte col, uint8_t keyState);
}
};
} // namespace KaleidoscopePlugins
extern KaleidoscopePlugins::TopsyTurvy TopsyTurvy;

Loading…
Cancel
Save