Fix some typos

This commit is contained in:
Alex Hirsch
2020-11-20 23:18:40 +01:00
parent 9039c95690
commit a46cc5981f
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
class Plugin {
public:
virtual void run() = 0;
virtual ~Plugin(){};
virtual ~Plugin() {}
};
/// Symbol of the plugin constructor function.