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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style-internal.h b/src/style-internal.h
index 869f862af..3bc3d3972 100644
--- a/src/style-internal.h
+++ b/src/style-internal.h
@@ -32,7 +32,7 @@
#include "object/uri.h"
#include "svg/svg-icc-color.h"
-
+#include "svg/svg-length.h"
#include "xml/repr.h"
@@ -1010,9 +1010,9 @@ public:
}
- // To do: make private, change double to SVGLength
+ // To do: make private
public:
- std::vector<double> values;
+ std::vector<SVGLength> values;
};
/// Filter type internal to SPStyle