Fix a hidden dependency on the old V1 plugin API

ShapeShifter 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^2
Gergely Nagy 6 years ago
parent d8bfa75cdf
commit 362ce3522a
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -22,7 +22,7 @@
namespace kaleidoscope {
class ShapeShifter : public KaleidoscopePlugin {
class ShapeShifter : public kaleidoscope::Plugin {
public:
typedef struct {
Key original, replacement;

Loading…
Cancel
Save