aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/SwSolver.h
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2018-09-12 14:12:47 +0200
committerMarijn Tamis <[email protected]>2018-09-12 14:12:47 +0200
commit7bceea80d4a04649f495f4f4331d7e3bdcdb05ca (patch)
tree824767cccf7b516a8c0b32467c6314eaa802f58d /NvCloth/src/SwSolver.h
parentAdded missing GenerateProjectsIOS.sh file (diff)
downloadnvcloth-7bceea80d4a04649f495f4f4331d7e3bdcdb05ca.tar.xz
nvcloth-7bceea80d4a04649f495f4f4331d7e3bdcdb05ca.zip
1.1.5 Release (24934621)
Diffstat (limited to 'NvCloth/src/SwSolver.h')
-rw-r--r--NvCloth/src/SwSolver.h2
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;