summaryrefslogtreecommitdiffstats
path: root/src/gradient-chemistry.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-21 11:02:15 +0000
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-21 13:02:08 +0000
commit5c0d72139f0baf3463c6dcb939b58f8e6cb92610 (patch)
tree85da8ab0767a9a65184617d67b931262339867f4 /src/gradient-chemistry.cpp
parentMove global functions into SPPrintContext methods. (diff)
downloadinkscape-5c0d72139f0baf3463c6dcb939b58f8e6cb92610.tar.gz
inkscape-5c0d72139f0baf3463c6dcb939b58f8e6cb92610.zip
Move global functions into SPGradient methods.
Diffstat (limited to '')
-rw-r--r--src/gradient-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-chemistry.cpp b/src/gradient-chemistry.cpp
index 17c61d3c0..97c77d146 100644
--- a/src/gradient-chemistry.cpp
+++ b/src/gradient-chemistry.cpp
@@ -112,7 +112,7 @@ SPGradient *sp_gradient_ensure_vector_normalized(SPGradient *gr)
gr->ensureVector();
g_assert(gr->vector.built);
// this adds stops from gr->vector as children to gr
- sp_gradient_repr_write_vector (gr);
+ gr->repr_write_vector ();
}
/* If gr hrefs some other gradient, remove the href */