diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-05 13:37:33 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-05 13:37:33 +0000 |
| commit | cfe48de7f071e2e07a1f2f2ace3456f7b410e93b (patch) | |
| tree | 281d760873c84db3a67518ab19e61bb213f1eab7 /src/sp-path.h | |
| parent | Combined some classes. (diff) | |
| download | inkscape-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.h | 2 |
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(); |
