summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-08-05 00:45:18 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-08-05 00:45:18 +0000
commit6a5a7c515541c4a851b98294db60fbd34215a2eb (patch)
tree9b180016938eda69ca7644d9250680fa4f0aa5f0 /src/style-internal.h
parentFixes pointed by Tav (diff)
downloadinkscape-6a5a7c515541c4a851b98294db60fbd34215a2eb.tar.gz
inkscape-6a5a7c515541c4a851b98294db60fbd34215a2eb.zip
Fixing coding style
Diffstat (limited to 'src/style-internal.h')
-rw-r--r--src/style-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.h b/src/style-internal.h
index c0e86d510..f716601f6 100644
--- a/src/style-internal.h
+++ b/src/style-internal.h
@@ -1013,7 +1013,7 @@ public:
// To do: make private, change double to SVGLength
public:
- std::vector<SPILength> values;
+ std::vector<SPILength> values;
};
/// Filter type internal to SPStyle