summaryrefslogtreecommitdiffstats
path: root/src/ui/tool
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-14 01:33:10 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-14 01:33:10 +0000
commitef951d8fabfa365f8ccc8510b912d904ac94a331 (patch)
treeafb11885a38cffdfa9cdcb0c3c684a60901d9aaf /src/ui/tool
parentFix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed). (diff)
downloadinkscape-ef951d8fabfa365f8ccc8510b912d904ac94a331.tar.gz
inkscape-ef951d8fabfa365f8ccc8510b912d904ac94a331.zip
Kill ancient gcc version check in configure.ac and fix a load of broken forward declarations
(bzr r12203)
Diffstat (limited to 'src/ui/tool')
-rw-r--r--src/ui/tool/path-manipulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.h b/src/ui/tool/path-manipulator.h
index a51b8c410..cb4f69b9a 100644
--- a/src/ui/tool/path-manipulator.h
+++ b/src/ui/tool/path-manipulator.h
@@ -21,7 +21,7 @@
#include "ui/tool/manipulator.h"
struct SPCanvasItem;
-struct SPCurve;
+class SPCurve;
struct SPPath;
namespace Inkscape {