summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/style-internal.h')
-rw-r--r--src/style-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style-internal.h b/src/style-internal.h
index 889292454..767552784 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),
@@ -401,7 +401,7 @@ public:
normal(true)
{}
- SPILengthOrNormal( Glib::ustring const &name, unsigned value = 0 )
+ SPILengthOrNormal( Glib::ustring const &name, float value = 0 )
: SPILength( name, value ),
normal(true)
{}