summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-pattern.h')
-rw-r--r--src/sp-pattern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-pattern.h b/src/sp-pattern.h
index acfa3e76e..cb6d1dbf0 100644
--- a/src/sp-pattern.h
+++ b/src/sp-pattern.h
@@ -15,7 +15,6 @@
#include <gtk/gtk.h>
-#include "forward.h"
#include "sp-item.h"
#define SP_TYPE_PATTERN (sp_pattern_get_type ())
#define SP_PATTERN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SP_TYPE_PATTERN, SPPattern))
@@ -25,6 +24,7 @@
GType sp_pattern_get_type (void);
+class SPPattern;
class SPPatternClass;
#include "svg/svg-length.h"
@@ -34,6 +34,7 @@ class SPPatternClass;
#include <stddef.h>
#include <sigc++/connection.h>
+
class SPPatternReference : public Inkscape::URIReference {
public:
SPPatternReference (SPObject *obj) : URIReference(obj) {}