Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Jun 7, 2024
1 parent 789be15 commit 55eb8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structural_elements/CCPACSFuselageWallSegment.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<bool>& value) override;

private:
Expand Down

0 comments on commit 55eb8bd

Please sign in to comment.