diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-21 22:18:49 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | ad1290795e1334bb4fe73c7bbc3aa7aefdc0aacf (patch) | |
| tree | 130e3ba2d114229c6840000ee03fb8d3616fbf8b /src/object/sp-path.h | |
| parent | Remove some documents updates (diff) | |
| download | inkscape-ad1290795e1334bb4fe73c7bbc3aa7aefdc0aacf.tar.gz inkscape-ad1290795e1334bb4fe73c7bbc3aa7aefdc0aacf.zip | |
Fix promote d
Diffstat (limited to 'src/object/sp-path.h')
| -rw-r--r-- | src/object/sp-path.h | 4 |
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 |
