summaryrefslogtreecommitdiffstats
path: root/src/sp-textpath.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-01 23:41:30 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-01 23:41:30 +0000
commit69f3b6f1abb2bb422935d43262e1e99aab359954 (patch)
treee1e2d2b0504d22e81b04501155995f5694a4cd7b /src/sp-textpath.h
parentAdded experimental constructor to SPRect. Memory leaks because of non-virtual... (diff)
downloadinkscape-69f3b6f1abb2bb422935d43262e1e99aab359954.tar.gz
inkscape-69f3b6f1abb2bb422935d43262e1e99aab359954.zip
Added constructors to SP classes.
(bzr r11608.1.67)
Diffstat (limited to 'src/sp-textpath.h')
-rw-r--r--src/sp-textpath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-textpath.h b/src/sp-textpath.h
index 52b18a735..e45122d13 100644
--- a/src/sp-textpath.h
+++ b/src/sp-textpath.h
@@ -17,6 +17,7 @@ class CTextPath;
class SPTextPath : public SPItem {
public:
+ SPTextPath();
CTextPath* ctextpath;
TextTagAttributes attributes;