Skip to content

Commit

Permalink
Initialise member for default donstructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pklampros committed Jul 11, 2024
1 parent eacc085 commit d784a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthmapX/salaobj/shapemapdx.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ShapeMapDX : public AttributeMapDX {
mutable bool m_newshape = false; // if a new shape has been added

mutable int m_curlinkline = -1;
mutable int m_curunlinkpoint;
mutable int m_curunlinkpoint = -1;

mutable bool m_showLines;
mutable bool m_showFill;
Expand Down

0 comments on commit d784a07

Please sign in to comment.