From 63c7b54ca8a55514dacbd3444f5c2dc6c0661383 Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Wed, 12 Jul 2006 02:26:13 +0000 Subject: Added layout button and ideal connector length spinbox to connector toolbar (bzr r1395) --- src/graphlayout/graphlayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphlayout/graphlayout.h') diff --git a/src/graphlayout/graphlayout.h b/src/graphlayout/graphlayout.h index 40090ef6b..2e8de2ddd 100644 --- a/src/graphlayout/graphlayout.h +++ b/src/graphlayout/graphlayout.h @@ -13,7 +13,7 @@ #define SEEN_GRAPHLAYOUT_H struct _GSList; -void graphlayout(_GSList const *const items); +void graphlayout(_GSList const *const items, double edgeLength); class SPItem; bool isConnector(SPItem const *const item); #include -- cgit v1.2.3