summaryrefslogtreecommitdiffstats
path: root/src/object/sp-object.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-17 19:40:31 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2018-06-18 12:27:01 +0000
commit7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4 (patch)
treeab4f11dc730c386ce76fcbb9e219b233504955e7 /src/object/sp-object.h
parentRun clang-tidy’s modernize-use-equals-default pass. (diff)
downloadinkscape-7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4.tar.gz
inkscape-7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4.zip
Run clang-tidy’s modernize-deprecated-headers pass.
This renames most C <*.h> includes into C++ <c*> includes.
Diffstat (limited to 'src/object/sp-object.h')
-rw-r--r--src/object/sp-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-object.h b/src/object/sp-object.h
index 3b083761e..cffa28d2f 100644
--- a/src/object/sp-object.h
+++ b/src/object/sp-object.h
@@ -52,7 +52,7 @@ class SPObject;
#define SP_OBJECT_WRITE_NO_CHILDREN (1 << 3)
#include <cassert>
-#include <stddef.h>
+#include <cstddef>
#include <sigc++/connection.h>
#include <sigc++/functors/slot.h>
#include <sigc++/signal.h>