From 6a972d5719a50f91e44ce58ce6eb71d48d295b9e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Jul 2023 14:49:39 -0600 Subject: [PATCH] Mark a 'virtual' function as such. --- include/deal.II/lac/block_vector_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/block_vector_base.h b/include/deal.II/lac/block_vector_base.h index ef0b8aa64c..45884ba276 100644 --- a/include/deal.II/lac/block_vector_base.h +++ b/include/deal.II/lac/block_vector_base.h @@ -549,7 +549,7 @@ public: * Return dimension of the vector. This is the sum of the dimensions of all * components. */ - size_type + virtual size_type size() const override; /** -- 2.39.5