From 98cbf65b029df0cfb9f6b7d34538258fe4ee96c5 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Mon, 28 Oct 2019 12:32:35 +0100 Subject: refactor: TypedSPI --- src/id-clash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/id-clash.cpp') diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 95c43166c..7ba021985 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -54,8 +54,8 @@ const char *href_like_attributes[] = { const SPIPaint SPStyle::* SPIPaint_members[] = { //&SPStyle::color, - &SPStyle::fill, - &SPStyle::stroke, + reinterpret_cast(&SPStyle::fill), + reinterpret_cast(&SPStyle::stroke), }; const char* SPIPaint_properties[] = { //"color", -- cgit v1.2.3