fix more warnings
This commit is contained in:
parent
24bc8edd6f
commit
8ad56f7ad3
9 changed files with 26 additions and 25 deletions
|
|
@ -8,6 +8,7 @@ struct OpInterface
|
|||
std::string _name;
|
||||
OpInterface(std::string name) : _name(name) {}
|
||||
virtual void operator()() = 0;
|
||||
virtual ~OpInterface() {}
|
||||
};
|
||||
|
||||
struct OpA : public OpInterface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue