summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-19 22:33:11 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-19 22:33:11 +0000
commit4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7 (patch)
treecaeb924426bcc861badc6fa81318b67460b26d47 /src/sp-mesh-array.h
parentUpdate to trunk (diff)
parentupdates for cmake (diff)
downloadinkscape-4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7.tar.gz
inkscape-4bda89e32e33c7bdff5d3ea3c1ceee1f806de9f7.zip
Update to trunk
(bzr r11950.1.141)
Diffstat (limited to '')
-rw-r--r--src/sp-mesh-array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-mesh-array.h b/src/sp-mesh-array.h
index 5a852f003..b10974e7e 100644
--- a/src/sp-mesh-array.h
+++ b/src/sp-mesh-array.h
@@ -127,7 +127,7 @@ public:
void setOpacity( guint i, gdouble o );
};
-struct SPMeshGradient;
+class SPMeshGradient;
// An array of mesh nodes.
class SPMeshNodeArray {