From cd97f1c78d8e2f14e00d1ca6b7daf9fcc5bc2d57 Mon Sep 17 00:00:00 2001 From: Dwight Perry Date: Mon, 20 Aug 2012 13:49:33 -0400 Subject: [PATCH] renamed method that was being incorrectly invoked --- macosx/GVGraphDefaultAttributes.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1