]> granicus.if.org Git - graphviz/commitdiff
renamed method that was being incorrectly invoked
authorDwight Perry <dperry@research.att.com>
Mon, 20 Aug 2012 17:49:33 +0000 (13:49 -0400)
committerDwight Perry <dperry@research.att.com>
Mon, 20 Aug 2012 17:49:33 +0000 (13:49 -0400)
macosx/GVGraphDefaultAttributes.m

index 1efd210bb886d84e6242dfa2ab2706488284dd64..dea31e06ea1ba2f059356e86f7da85cb69b8d5f9 100644 (file)
@@ -17,7 +17,7 @@
 @interface GVGraphDefaultAttributeKeyEnumerator : NSEnumerator
 {
 #ifdef WITH_CGRAPH
-       graph_t *_graph;
+       graph_t *_graph; 
        int _kind;
 #else
        void *_proto;