summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2011-12-16 21:03:31 +0000
committerKris <Kris.De.Gussem@hotmail.com>2011-12-16 21:03:31 +0000
commit8a8d0dacce18cf93f3c808199a6125c0132bdb33 (patch)
tree22db3e6f988e7666480dc664c01ebffe51ece4f2 /src/ui
parentExtensions. convert2dashes. delete 'stroke-dasharray' attribute in style (Bug... (diff)
parent- Dropped deprecated sp_window_new (diff)
downloadinkscape-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')
-rw-r--r--src/ui/dialog/calligraphic-profile-rename.h2
-rw-r--r--src/ui/dialog/icon-preview.h2
-rw-r--r--src/ui/widget/ruler.h2
3 files changed, 3 insertions, 3 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;
}
diff --git a/src/ui/widget/ruler.h b/src/ui/widget/ruler.h
index 319624709..1a455a325 100644
--- a/src/ui/widget/ruler.h
+++ b/src/ui/widget/ruler.h
@@ -14,7 +14,7 @@
#include <2geom/point.h>
struct SPCanvasItem;
-struct SPDesktop;
+class SPDesktop;
namespace Glib {
class ustring;
}