summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.h
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/sp-lpe-item.h
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/sp-lpe-item.h')
-rw-r--r--src/sp-lpe-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h
index 2ed073dc3..5ff1dee26 100644
--- a/src/sp-lpe-item.h
+++ b/src/sp-lpe-item.h
@@ -24,7 +24,7 @@
#define SP_IS_LPE_ITEM(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_LPE_ITEM))
#define SP_IS_LPE_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SP_TYPE_LPE_ITEM))
-struct LivePathEffectObject;
+class LivePathEffectObject;
class SPCurve;
class SPDesktop;