summaryrefslogtreecommitdiffstats
path: root/src/object/sp-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-path.h')
-rw-r--r--src/object/sp-path.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/sp-path.h b/src/object/sp-path.h
index b950f6a60..3402938a1 100644
--- a/src/object/sp-path.h
+++ b/src/object/sp-path.h
@@ -18,6 +18,7 @@
#include "sp-shape.h"
#include "sp-conn-end-pair.h"
+#include "style-internal.h" // For SPStyleSrc
class SPCurve;
@@ -47,7 +48,8 @@ public:
virtual char* description() const;
virtual Geom::Affine set_transform(Geom::Affine const &transform);
virtual void convert_to_guides() const;
-
+private:
+ SPStyleSrc d_source; // Source of 'd' value, saved for output.
};
#endif // SEEN_SP_PATH_H