diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-12-16 21:03:31 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-12-16 21:03:31 +0000 |
| commit | 8a8d0dacce18cf93f3c808199a6125c0132bdb33 (patch) | |
| tree | 22db3e6f988e7666480dc664c01ebffe51ece4f2 /src/trace | |
| parent | Extensions. convert2dashes. delete 'stroke-dasharray' attribute in style (Bug... (diff) | |
| parent | - Dropped deprecated sp_window_new (diff) | |
| download | inkscape-8a8d0dacce18cf93f3c808199a6125c0132bdb33.tar.gz inkscape-8a8d0dacce18cf93f3c808199a6125c0132bdb33.zip | |
- SPAttributeWidget and SPAttributeTable C++ified
- fixed memory leak with item properties (old instances of item properties window were not destroyed)
(bzr r10775)
Diffstat (limited to 'src/trace')
| -rw-r--r-- | src/trace/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/trace.h b/src/trace/trace.h index 29b8716ee..a7fbe0cc8 100644 --- a/src/trace/trace.h +++ b/src/trace/trace.h @@ -27,7 +27,7 @@ #include <sp-shape.h> struct SPImage; -struct SPItem; +class SPItem; namespace Inkscape { |
