Skip to content

Commit

Permalink
Fix compilation using Clang
Browse files Browse the repository at this point in the history
Signed-off-by: pipeacosta <[email protected]>
  • Loading branch information
pipeacosta committed Oct 20, 2024
1 parent 34e9118 commit c109686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpsim-models/include/dpsim-models/DP/DP_Ph1_RXLoad.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class RXLoad : public CompositePowerComp<Complex>,
/// Defines name, component parameters and logging level
RXLoad(String name, Logger::Level logLevel = Logger::Level::off);

SimPowerComp<Complex>::Ptr clone(String name);
SimPowerComp<Complex>::Ptr clone(String name) override;

// #### General ####
/// Initialize component from power flow data
Expand Down

0 comments on commit c109686

Please sign in to comment.