Fixed -Wextra warnings

This commit is contained in:
Robert Osfield
2016-06-08 09:20:16 +01:00
parent 8ba7998623
commit ef73d2449e
3 changed files with 12 additions and 4 deletions

View File

@@ -79,10 +79,6 @@ protected:
Operation():
_keep(false) {}
Operation(const Operation& op):
_name(op._name),
_keep(op._keep) {}
virtual ~Operation() {}
std::string _name;