Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / document-private.h
index 1c03a8025d44ec3a9349bc14a648aefc82c9d444..fa4754248f082b84ff2eea883dd0bec593da7977 100644 (file)
@@ -43,6 +43,8 @@ struct SPDocumentPrivate {
        GHashTable *iddef;      /**< Dictionary of id -> SPObject mappings */
        GHashTable *reprdef;   /**< Dictionary of Inkscape::XML::Node -> SPObject mappings */
 
+       unsigned long serial;
+
        /** Dictionary of signals for id changes */
        IDChangedSignalMap id_changed_signals;