summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-gradient.h')
-rw-r--r--src/sp-gradient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h
index 8a03d59e6..27a652377 100644
--- a/src/sp-gradient.h
+++ b/src/sp-gradient.h
@@ -39,7 +39,7 @@
//struct SPMeshGradient;
class SPGradientReference;
-struct SPStop;
+class SPStop;
#define SP_GRADIENT(obj) ((SPGradient*)obj)
#define SP_IS_GRADIENT(obj) (dynamic_cast<const SPGradient*>((SPObject*)obj))