From: David Wells Date: Wed, 18 Aug 2021 20:08:50 +0000 (-0400) Subject: Mark some things as protected. X-Git-Tag: v9.4.0-rc1~1061^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa4dc587ce86b2c6c318b309ee2c8baf4a10ab0;p=dealii.git Mark some things as protected. These are protected, not private, in the base class. --- diff --git a/include/deal.II/fe/mapping_fe_field.h b/include/deal.II/fe/mapping_fe_field.h index 30d75708a4..4809b1b68f 100644 --- a/include/deal.II/fe/mapping_fe_field.h +++ b/include/deal.II/fe/mapping_fe_field.h @@ -534,7 +534,7 @@ public: mutable std::vector local_dof_values; }; -private: +protected: // documentation can be found in Mapping::get_data() virtual std::unique_ptr::InternalDataBase> get_data(const UpdateFlags, const Quadrature &quadrature) const override;