Skip to content

Commit

Permalink
Fixed build. Refs #13894
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 19, 2023
1 parent e69f854 commit b671973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/elements/network/GNELane.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class GNELane : public GNENetworkElement, public GNECandidateElement, public FXD
double myWidth = 0;

/// @brief invalidate default constructor
DrawingConstants(const GNELane* lane) = delete;
DrawingConstants() = delete;

/// @brief Invalidated copy constructor.
DrawingConstants(const DrawingConstants&) = delete;
Expand Down

0 comments on commit b671973

Please sign in to comment.