From 6e2a86ef73d682e2098ec9e5b502ebfaef4d11b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 24 Jul 2000 08:52:07 +0000 Subject: [PATCH] If the docs say that the solver is virtual, then it should also be declared so. git-svn-id: https://svn.dealii.org/trunk@3205 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_richardson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/solver_richardson.h b/deal.II/lac/include/lac/solver_richardson.h index baa501a922..af356e52f3 100644 --- a/deal.II/lac/include/lac/solver_richardson.h +++ b/deal.II/lac/include/lac/solver_richardson.h @@ -73,7 +73,7 @@ class SolverRichardson : private Solver /** * Virtual destructor. */ - ~SolverRichardson (); + virtual ~SolverRichardson (); /** * Solve $Ax=b$ for $x$. -- 2.39.5