The plugin.h header only defined the KaleidoscopePlugin class, and while there was a reason it was separate from Kaleidoscope.h, that reason is long gone. Merge it there, and remove any reference to plugin.h, as it is not needed anymore. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/109/head
parent
1ad768a02d
commit
361146bf4a
@ -1,7 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
class KaleidoscopePlugin {
|
||||
public:
|
||||
virtual void begin(void) = 0;
|
||||
};
|
||||
|
Loading…
Reference in new issue