summaryrefslogtreecommitdiffstats
path: root/src/sp-path.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-05 13:37:33 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-05 13:37:33 +0000
commitcfe48de7f071e2e07a1f2f2ace3456f7b410e93b (patch)
tree281d760873c84db3a67518ab19e61bb213f1eab7 /src/sp-path.h
parentCombined some classes. (diff)
downloadinkscape-cfe48de7f071e2e07a1f2f2ace3456f7b410e93b.tar.gz
inkscape-cfe48de7f071e2e07a1f2f2ace3456f7b410e93b.zip
Merged Shape and subclasses. Cleaned up a bit.
(bzr r11608.1.76)
Diffstat (limited to 'src/sp-path.h')
-rw-r--r--src/sp-path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-path.h b/src/sp-path.h
index e475a3f09..89224b958 100644
--- a/src/sp-path.h
+++ b/src/sp-path.h
@@ -27,7 +27,7 @@ class SPCurve;
/**
* SVG <path> implementation
*/
-class SPPath : public SPShape, public CShape {
+class SPPath : public SPShape {
public:
SPPath();
virtual ~SPPath();