Fix compil issue in Debug mode.
This commit is contained in:
parent
a70965eb6d
commit
bca75d4930
|
@ -144,7 +144,7 @@ void MODULE::TransformGraphicShapesWithClearanceToPolygonSet(
|
|||
|
||||
default:
|
||||
D( printf( "Error: Shape %d not implemented!\n",
|
||||
((EDGE_MODULE*) item)->GetShape() ); )
|
||||
outline->GetShape() ); )
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue