]> granicus.if.org Git - graphviz/commitdiff
a few fixes for cgraph merge
authorellson <devnull@localhost>
Wed, 15 Oct 2008 19:31:12 +0000 (19:31 +0000)
committerellson <devnull@localhost>
Wed, 15 Oct 2008 19:31:12 +0000 (19:31 +0000)
lib/common/usershape.h

index 42ad18c1763eb0c1429891cb8ac4dd763bf7a4ba..d562b17a7d384822168878b89f10b69cd3d068d8 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
 
     struct usershape_s {
        Dtlink_t link;
-       char *name;
+       const char *name;
        int macro_id;
        boolean must_inline;
        boolean nocache;