Commit 19845828 authored by jean-pierre charras's avatar jean-pierre charras

Fix compil issue in Debug mode.

parent 78e41187
......@@ -144,7 +144,7 @@ void MODULE::TransformGraphicShapesWithClearanceToPolygonSet(
default:
D( printf( "Error: Shape %d not implemented!\n",
((EDGE_MODULE*) item)->GetShape() ); )
outline->GetShape() ); )
break;
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment