]> granicus.if.org Git - graphviz/commitdiff
Fix warning message
authorEmden R. Gansner <erg@research.att.com>
Thu, 1 Aug 2013 16:20:45 +0000 (12:20 -0400)
committerEmden R. Gansner <erg@research.att.com>
Thu, 1 Aug 2013 16:20:45 +0000 (12:20 -0400)
lib/common/shapes.c

index 7a4d72ccf46b1b8e4ec9fa54dce9a6d30a54155b..a31f9f3b8805944d99fa8aa5edc281c42ff7db57 100644 (file)
@@ -111,7 +111,7 @@ static polygon_t p_Mcircle =
     { TRUE, 1, 1, 0., 0., 0., DIAGONALS | AUXLABELS };
 
 /* non-convex polygons */
-static polygon_t p_star = { FALSE, 1, 10, 0., 0., 0., 0, (point*)&star_gen };
+static polygon_t p_star = { FALSE, 1, 10, 0., 0., 0., 0, (pointf*)&star_gen };
 
 /* biological circuit shapes, as specified by SBOLv*/
 /** gene expression symbols **/