Skip to content

Commit

Permalink
pedantic compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Feb 19, 2025
1 parent 1f0e7c7 commit 3fe103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script_interface/bond_breakage/BreakageSpecs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class BreakageSpecs : public BreakageSpecsBase_t {
restore_from_checkpoint(params);
}
Variant do_call_method(std::string const &name,
VariantMap const &parameters) {
VariantMap const &parameters) override {
if (name == "execute") {
context()->parallel_try_catch([]() {
execute_bond_breakage(::System::get_system(),
Expand Down

0 comments on commit 3fe103c

Please sign in to comment.