From 5c0d72139f0baf3463c6dcb939b58f8e6cb92610 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 21 Jun 2018 13:02:15 +0200 Subject: Move global functions into SPGradient methods. --- src/gradient-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gradient-chemistry.cpp') 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 */ -- cgit v1.2.3