Fix a hidden dependency on the old V1 plugin API

TopsyTurvy derived from `KaleidoscopePlugin`, which was part of the V1 plugin
API, and has been recently removed. Use `kaleidoscope::Plugin` instead, which is
its replacement.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/389/head
Gergely Nagy 6 years ago
parent d38fb4afb0
commit 4e9a0c8036
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -25,7 +25,7 @@
namespace kaleidoscope {
class TopsyTurvy: public KaleidoscopePlugin {
class TopsyTurvy: public kaleidoscope::Plugin {
public:
TopsyTurvy(void) {}

Loading…
Cancel
Save