Skip to content

Commit

Permalink
Xic: avoid compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrcad committed Aug 4, 2019
1 parent 5fe9840 commit 6762bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xic/include/vtxedit.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
//
struct Vertex
{
Vertex(const Point &px) : v_p(px.x, px.y), v_next(0), v_movable(false) { }
Vertex(const Point &tx) : v_p(tx.x, tx.y), v_next(0), v_movable(false) { }

static void destroy(Vertex *v)
{
Expand Down

0 comments on commit 6762bca

Please sign in to comment.