From 55eb8bda8c2bc7882825eb7fe66a0b27f99c4a08 Mon Sep 17 00:00:00 2001 From: Jan Kleinert Date: Fri, 7 Jun 2024 09:14:27 +0200 Subject: [PATCH] fix compiler warning --- src/structural_elements/CCPACSFuselageWallSegment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structural_elements/CCPACSFuselageWallSegment.h b/src/structural_elements/CCPACSFuselageWallSegment.h index bb3ceda6e..9c0b6961c 100644 --- a/src/structural_elements/CCPACSFuselageWallSegment.h +++ b/src/structural_elements/CCPACSFuselageWallSegment.h @@ -53,7 +53,7 @@ class CCPACSFuselageWallSegment : public generated::CPACSWallSegment, public CTi TopoDS_Compound GetCutPlanes() const; - TIGL_EXPORT void SetPhi(const double& value); + TIGL_EXPORT void SetPhi(const double& value) override; TIGL_EXPORT void SetDoubleSidedExtrusion(const boost::optional& value) override; private: