summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-06-10 20:20:18 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-08-05 00:31:06 +0000
commit850515e890b2bebbac5dcde3b04d3fc0cff52654 (patch)
tree29bf5ff744acaedf5bc3ad5d7c831d6a618d2a71 /src/style-internal.h
parentAllow inkscape handle units and percent in dasharray and dashoffset. Add pref... (diff)
downloadinkscape-850515e890b2bebbac5dcde3b04d3fc0cff52654.tar.gz
inkscape-850515e890b2bebbac5dcde3b04d3fc0cff52654.zip
Revert changes
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 3bc3d3972..869f862af 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
+ // To do: make private, change double to SVGLength
public:
- std::vector<SVGLength> values;
+ std::vector<double> values;
};
/// Filter type internal to SPStyle