From d2364cae07ecf8ab54b8267f0a35853ceeb30231 Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Sun, 31 Jul 2022 07:13:12 -0500 Subject: [PATCH] Fix LLVM/Clang warning --- include/cantera/numerics/PreconditionerBase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cantera/numerics/PreconditionerBase.h b/include/cantera/numerics/PreconditionerBase.h index 6f433a120a5..a1880c723bf 100644 --- a/include/cantera/numerics/PreconditionerBase.h +++ b/include/cantera/numerics/PreconditionerBase.h @@ -32,6 +32,8 @@ class PreconditionerBase public: PreconditionerBase() {} + virtual ~PreconditionerBase() {} + //! Set a value at the specified row and column of the jacobian triplet vector //! @param row row in the jacobian matrix //! @param col column in the jacobian matrix