Skip to content

Commit

Permalink
Annotate child-class destructor as 'override'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Mar 25, 2024
1 parent 095c809 commit 3dcc58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/catchment/Bmi_Module_Formulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace realization {
Bmi_Module_Formulation(std::string id, std::shared_ptr<data_access::GenericDataProvider> forcing_provider, utils::StreamHandler output_stream)
: Bmi_Formulation(std::move(id), forcing_provider, output_stream) { }

virtual ~Bmi_Module_Formulation() = default;
~Bmi_Module_Formulation() override = default;

void create_formulation(boost::property_tree::ptree &config, geojson::PropertyMap *global = nullptr) override;
void create_formulation(geojson::PropertyMap properties) override;
Expand Down

0 comments on commit 3dcc58b

Please sign in to comment.