From 98a465905236cf97e2b3d163ff3df4ee43635038 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 8 Dec 2015 13:56:49 +0100 Subject: Fix incorrect variable type in SPILength constructor. (bzr r14513) --- src/style-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/style-internal.h b/src/style-internal.h index 889292454..33096f257 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -342,7 +342,7 @@ public: computed(0) {} - SPILength( Glib::ustring const &name, unsigned value = 0 ) + SPILength( Glib::ustring const &name, float value = 0 ) : SPIBase( name ), unit(SP_CSS_UNIT_NONE), value(value), -- cgit v1.2.3