summaryrefslogtreecommitdiffstats
path: root/src/libavoid/orthogonal.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-07-01 17:13:58 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-07-01 17:13:58 +0000
commitf19bf822a0c2a44ff6201e7d24c4646e2e98e4ed (patch)
tree5459b5d6238a6788582d1fe944dedb300f0ee5d9 /src/libavoid/orthogonal.h
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
downloadinkscape-f19bf822a0c2a44ff6201e7d24c4646e2e98e4ed.tar.gz
inkscape-f19bf822a0c2a44ff6201e7d24c4646e2e98e4ed.zip
Merge branch 'master' of gitlab.com:Frigory33/inkscape
Diffstat (limited to 'src/libavoid/orthogonal.h')
-rw-r--r--src/libavoid/orthogonal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libavoid/orthogonal.h b/src/libavoid/orthogonal.h
index 4fb974099..00ee465de 100644
--- a/src/libavoid/orthogonal.h
+++ b/src/libavoid/orthogonal.h
@@ -3,7 +3,7 @@
*
* libavoid - Fast, Incremental, Object-avoiding Line Router
*
- * Copyright (C) 2009 Monash University
+ * Copyright (C) 2009-2011 Monash University
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
- * Author(s): Michael Wybrow <mjwybrow@users.sourceforge.net>
+ * Author(s): Michael Wybrow
*/
@@ -28,9 +28,9 @@
namespace Avoid {
+class Router;
extern void generateStaticOrthogonalVisGraph(Router *router);
-
extern void improveOrthogonalRoutes(Router *router);