diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-04 01:01:15 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-04 01:01:15 +0000 |
| commit | e36b55fc22df7631393784974077c5f7a1b00e67 (patch) | |
| tree | 23d9394249fa9b6e95817a473b422dc3126cb53c /src/conn-avoid-ref.h | |
| parent | Fix bug [ 1811188 ] save as PS/EPS crashes (diff) | |
| download | inkscape-e36b55fc22df7631393784974077c5f7a1b00e67.tar.gz inkscape-e36b55fc22df7631393784974077c5f7a1b00e67.zip | |
Add virtual to a lot of the destructors. Note: perhaps it will have to be reverted for some files to keep them C-compatible.
(bzr r4024)
Diffstat (limited to 'src/conn-avoid-ref.h')
| -rw-r--r-- | src/conn-avoid-ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h index 0ee6addc3..29c7e69b3 100644 --- a/src/conn-avoid-ref.h +++ b/src/conn-avoid-ref.h @@ -23,7 +23,7 @@ namespace Avoid { class SPAvoidRef { public: SPAvoidRef(SPItem *spitem); - ~SPAvoidRef(); + virtual ~SPAvoidRef(); // libavoid's internal representation of the item. Avoid::ShapeRef *shapeRef; |
