diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-20 19:16:13 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-20 19:16:13 +0000 |
| commit | 1227ca0189590b281116fcc808bdd8c674b2196c (patch) | |
| tree | 9ce1978824c1baaba62865364c7e45aee7b42cd9 /src/arc-context.h | |
| parent | Replaced casting macros for EventContext tree; added contructors. (diff) | |
| download | inkscape-1227ca0189590b281116fcc808bdd8c674b2196c.tar.gz inkscape-1227ca0189590b281116fcc808bdd8c674b2196c.zip | |
Further changes to EventContexts; they work without GObject
(bzr r11608.1.97)
Diffstat (limited to 'src/arc-context.h')
| -rw-r--r-- | src/arc-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arc-context.h b/src/arc-context.h index c7ff339f4..1774b8636 100644 --- a/src/arc-context.h +++ b/src/arc-context.h @@ -34,6 +34,7 @@ class CArcContext; class SPArcContext : public SPEventContext { public: SPArcContext(); + virtual ~SPArcContext(); CArcContext* carccontext; SPItem *item; |
