Browse Source

Fix a compil issue.

6.0.7
jean-pierre charras 5 years ago
parent
commit
c58b3fe8a4
  1. 2
      pcbnew/pcb_shape.h

2
pcbnew/pcb_shape.h

@ -108,6 +108,8 @@ public:
case S_LAST:
return false;
}
return false; // Make compil happy
}
void SetWidth( int aWidth ) { m_width = aWidth; }

Loading…
Cancel
Save