summaryrefslogtreecommitdiffstats
path: root/src/text-tag-attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text-tag-attributes.h')
-rw-r--r--src/text-tag-attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-tag-attributes.h b/src/text-tag-attributes.h
index 2cf7a8bde..18edf1267 100644
--- a/src/text-tag-attributes.h
+++ b/src/text-tag-attributes.h
@@ -149,7 +149,7 @@ private:
/** Does mergeInto() for one member of #attributes. If \a overlay_list
is NULL then it does a simple copy of parent elements, starting at
\a parent_offset. */
- static void mergeSingleAttribute(std::vector<SVGLength> *output_list, std::vector<SVGLength> const &parent_list, unsigned parent_offset, std::vector<SVGLength> const *overlay_list = NULL);
+ static void mergeSingleAttribute(std::vector<SVGLength> *output_list, std::vector<SVGLength> const &parent_list, unsigned parent_offset, std::vector<SVGLength> const *overlay_list = nullptr);
/// Does the work for erase().
static void eraseSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n);