summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-06-18 20:36:14 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-08-05 00:37:57 +0000
commitfef6d13a74f00cd79d2cb526687f35a0443fb5b1 (patch)
tree955d9568e7347e83c8fb09a01485792a538f499f /src/style-internal.h
parentFixes compiling bugs (diff)
downloadinkscape-fef6d13a74f00cd79d2cb526687f35a0443fb5b1.tar.gz
inkscape-fef6d13a74f00cd79d2cb526687f35a0443fb5b1.zip
coding style fixes
Diffstat (limited to 'src/style-internal.h')
-rw-r--r--src/style-internal.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/style-internal.h b/src/style-internal.h
index b3e467398..935bf0630 100644
--- a/src/style-internal.h
+++ b/src/style-internal.h
@@ -404,11 +404,11 @@ public:
}
virtual const Glib::ustring toString(guint const flags = SP_STYLE_FLAG_IFSET,
- SPStyleSrc const &style_src_req = SP_STYLE_SRC_STYLE_PROP,
- SPIBase const *const base = NULL) const;
+ SPStyleSrc const &style_src_req = SP_STYLE_SRC_STYLE_PROP,
+ SPIBase const *const base = nullptr) const;
- // To do: make private
-public:
+ // To do: make private
+ public:
unsigned unit : 4;
float value;
float computed;
@@ -455,7 +455,7 @@ public:
bool operator!=(const SPIBase& rhs) override {
return !(*this == rhs);
}
-
+
// To do: make private
public:
bool normal : 1;
@@ -1016,7 +1016,7 @@ public:
// To do: make private, change double to SVGLength
public:
- std::vector<SPILength> values;
+ std::vector<SPILength> values;
};
/// Filter type internal to SPStyle