summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop-style.cpp')
-rw-r--r--src/desktop-style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp
index 3da49fd37..ae1863723 100644
--- a/src/desktop-style.cpp
+++ b/src/desktop-style.cpp
@@ -589,7 +589,7 @@ objects_query_fillstroke (const std::vector<SPItem*> &objects, SPStyle *style_re
if (paint_res->set && paint_effectively_set && paint->isColor()) {
gfloat d[3];
- sp_color_get_rgb_floatv (&paint->value.color, d);
+ paint->value.color.get_rgb_floatv(d);
// Check if this color is the same as previous
if (paintImpossible) {