1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Implement destructors

This commit is contained in:
Michael Marshall
2019-11-12 23:18:37 +00:00
parent 7a4c5dbbd5
commit e2ab0d671e
4 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ public:
// constructor
TPerambFromSolve(const std::string name);
// destructor
virtual ~TPerambFromSolve(void);
virtual ~TPerambFromSolve(void) {};
// dependency relation
virtual std::vector<std::string> getInput(void);
virtual std::vector<std::string> getOutput(void);