From c1096861e92ae44f8d9b6522ce47bbf6934111e6 Mon Sep 17 00:00:00 2001 From: pipeacosta Date: Sun, 20 Oct 2024 09:47:28 +0200 Subject: [PATCH] Fix compilation using Clang Signed-off-by: pipeacosta --- dpsim-models/include/dpsim-models/DP/DP_Ph1_RXLoad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpsim-models/include/dpsim-models/DP/DP_Ph1_RXLoad.h b/dpsim-models/include/dpsim-models/DP/DP_Ph1_RXLoad.h index b2b09d611..ff6d2bd80 100644 --- a/dpsim-models/include/dpsim-models/DP/DP_Ph1_RXLoad.h +++ b/dpsim-models/include/dpsim-models/DP/DP_Ph1_RXLoad.h @@ -51,7 +51,7 @@ class RXLoad : public CompositePowerComp, /// Defines name, component parameters and logging level RXLoad(String name, Logger::Level logLevel = Logger::Level::off); - SimPowerComp::Ptr clone(String name); + SimPowerComp::Ptr clone(String name) override; // #### General #### /// Initialize component from power flow data