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-mesh-patch.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-mesh-patch.h')
| -rw-r--r-- | src/sp-mesh-patch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-mesh-patch.h b/src/sp-mesh-patch.h index 7ff7eeb47..37abbaf40 100644 --- a/src/sp-mesh-patch.h +++ b/src/sp-mesh-patch.h @@ -33,6 +33,7 @@ class CMeshPatch; /** Gradient MeshPatch. */ class SPMeshPatch : public SPObject { public: + SPMeshPatch(); CMeshPatch* cmeshpatch; SPMeshPatch* getNextMeshPatch(); |
