From: Dwight Perry Date: Mon, 20 Aug 2012 17:49:33 +0000 (-0400) Subject: renamed method that was being incorrectly invoked X-Git-Tag: LAST_LIBGRAPH~32^2~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd97f1c78d8e2f14e00d1ca6b7daf9fcc5bc2d57;p=graphviz renamed method that was being incorrectly invoked --- diff --git a/macosx/GVGraphDefaultAttributes.m b/macosx/GVGraphDefaultAttributes.m index 1efd210bb..dea31e06e 100644 --- a/macosx/GVGraphDefaultAttributes.m +++ b/macosx/GVGraphDefaultAttributes.m @@ -17,7 +17,7 @@ @interface GVGraphDefaultAttributeKeyEnumerator : NSEnumerator { #ifdef WITH_CGRAPH - graph_t *_graph; + graph_t *_graph; int _kind; #else void *_proto;