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/ui/dialog | |
| 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/ui/dialog')
| -rw-r--r-- | src/ui/dialog/calligraphic-profile-rename.h | 2 | ||||
| -rw-r--r-- | src/ui/dialog/icon-preview.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/calligraphic-profile-rename.h b/src/ui/dialog/calligraphic-profile-rename.h index e9f6a8b95..f0eb0b491 100644 --- a/src/ui/dialog/calligraphic-profile-rename.h +++ b/src/ui/dialog/calligraphic-profile-rename.h @@ -15,7 +15,7 @@ #include <gtkmm/entry.h> #include <gtkmm/label.h> #include <gtkmm/table.h> -struct SPDesktop; +class SPDesktop; namespace Inkscape { namespace UI { diff --git a/src/ui/dialog/icon-preview.h b/src/ui/dialog/icon-preview.h index 9c10eb89b..ec4b3cac4 100644 --- a/src/ui/dialog/icon-preview.h +++ b/src/ui/dialog/icon-preview.h @@ -26,7 +26,7 @@ #include "ui/widget/panel.h" #include "desktop-tracker.h" -struct SPObject; +class SPObject; namespace Glib { class Timer; } |
