summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-14 10:28:27 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-14 10:28:27 +0000
commitc2fc1ca64cb822e76211d145a2ebcd6ff62a66d2 (patch)
tree4f4f0c8c71e8098e76ac525fa4b2008efb798b88 /src/ui/dialog
parentKill ancient gcc version check in configure.ac and fix a load of broken forwa... (diff)
downloadinkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.tar.gz
inkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.zip
Fix another tonne of forward declaration tags
(bzr r12204)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/desktop-tracker.h2
-rw-r--r--src/ui/dialog/dialog.h2
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp2
3 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/dialog/desktop-tracker.h b/src/ui/dialog/desktop-tracker.h
index 0c8af66bf..c219e8d98 100644
--- a/src/ui/dialog/desktop-tracker.h
+++ b/src/ui/dialog/desktop-tracker.h
@@ -16,7 +16,7 @@ class SPDesktop;
namespace Inkscape {
-class Application;
+struct Application;
namespace UI {
namespace Dialog {
diff --git a/src/ui/dialog/dialog.h b/src/ui/dialog/dialog.h
index 025e9eb58..ec5d203bc 100644
--- a/src/ui/dialog/dialog.h
+++ b/src/ui/dialog/dialog.h
@@ -21,7 +21,7 @@ class SPDesktop;
namespace Inkscape {
class Selection;
-class Application;
+struct Application;
}
namespace Inkscape {
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 7ecb6d5cd..e6bb9b43d 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -48,8 +48,6 @@
#include "livepatheffect-add.h"
namespace Inkscape {
-class Application;
-
namespace UI {
namespace Dialog {