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-switch.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-switch.h')
| -rw-r--r-- | src/sp-switch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-switch.h b/src/sp-switch.h index 391815959..f60834a95 100644 --- a/src/sp-switch.h +++ b/src/sp-switch.h @@ -28,6 +28,7 @@ class CSwitch; class SPSwitch : public SPGroup { public: + SPSwitch(); CSwitch* cswitch; static GType getType(); |
