diff options
Diffstat (limited to 'src/extension/output.h')
| -rw-r--r-- | src/extension/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/output.h b/src/extension/output.h index c28706cf4..4f2924852 100644 --- a/src/extension/output.h +++ b/src/extension/output.h @@ -34,7 +34,7 @@ public: class export_id_not_found { /**< The object ID requested for export could not be found in the document */ public: const gchar * const id; - export_id_not_found(const gchar * const id = NULL) : id{id} {}; + export_id_not_found(const gchar * const id = nullptr) : id{id} {}; }; Output (Inkscape::XML::Node * in_repr, |
