aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/SwSolver.h
diff options
context:
space:
mode:
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;