diff options
| author | Marijn Tamis <[email protected]> | 2018-09-12 14:12:47 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-09-12 14:12:47 +0200 |
| commit | 7bceea80d4a04649f495f4f4331d7e3bdcdb05ca (patch) | |
| tree | 824767cccf7b516a8c0b32467c6314eaa802f58d /NvCloth/src/SwSolver.h | |
| parent | Added missing GenerateProjectsIOS.sh file (diff) | |
| download | nvcloth-7bceea80d4a04649f495f4f4331d7e3bdcdb05ca.tar.xz nvcloth-7bceea80d4a04649f495f4f4331d7e3bdcdb05ca.zip | |
1.1.5 Release (24934621)
Diffstat (limited to 'NvCloth/src/SwSolver.h')
| -rw-r--r-- | NvCloth/src/SwSolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/src/SwSolver.h b/NvCloth/src/SwSolver.h index ad58a7c..3aa1d92 100644 --- a/NvCloth/src/SwSolver.h +++ b/NvCloth/src/SwSolver.h @@ -61,7 +61,7 @@ class SwSolver : public Solver public: SwSolver(); - virtual ~SwSolver(); + virtual ~SwSolver() override; virtual void addCloth(Cloth*) override; virtual void addCloths(Range<Cloth*> cloths) override; |