summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.h
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2011-12-11 23:10:01 +0000
committerKris <Kris.De.Gussem@hotmail.com>2011-12-11 23:10:01 +0000
commite36c534d5676a2a36fef713b4eac230f5129282e (patch)
tree823b1b1d44d791e8a5f348f7f4ffc50fc9b9116f /src/knot-holder-entity.h
parentTranslations. Ukrainian translation update by Yuri Chornoivan. (diff)
downloadinkscape-e36c534d5676a2a36fef713b4eac230f5129282e.tar.gz
inkscape-e36c534d5676a2a36fef713b4eac230f5129282e.zip
mixed usage of class and struct for same object
(bzr r10766.1.1)
Diffstat (limited to 'src/knot-holder-entity.h')
-rw-r--r--src/knot-holder-entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h
index e708486ca..5422e6d1b 100644
--- a/src/knot-holder-entity.h
+++ b/src/knot-holder-entity.h
@@ -19,7 +19,7 @@
#include <2geom/forward.h>
#include "snapper.h"
-struct SPItem;
+class SPItem;
struct SPKnot;
class SPDesktop;