diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-01 23:41:30 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-01 23:41:30 +0000 |
| commit | 69f3b6f1abb2bb422935d43262e1e99aab359954 (patch) | |
| tree | e1e2d2b0504d22e81b04501155995f5694a4cd7b /src/sp-textpath.h | |
| parent | Added experimental constructor to SPRect. Memory leaks because of non-virtual... (diff) | |
| download | inkscape-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.h | 1 |
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; |
