diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2015-07-19 13:22:31 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2015-07-19 13:22:31 +0000 |
| commit | 1997b7aeecff6a01b3e319cd2a42a6029bc56ae7 (patch) | |
| tree | 25d7a6673bca4c0f8e6187dd24de3f1381fb2637 /src/live_effects/spiro.h | |
| parent | setStitching(), gajiosdfksdsfd (diff) | |
| download | inkscape-1997b7aeecff6a01b3e319cd2a42a6029bc56ae7.tar.gz inkscape-1997b7aeecff6a01b3e319cd2a42a6029bc56ae7.zip | |
Enable stitching in Spiro and SPCurve to prevent some crashes
(bzr r14250)
Diffstat (limited to 'src/live_effects/spiro.h')
| -rw-r--r-- | src/live_effects/spiro.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/live_effects/spiro.h b/src/live_effects/spiro.h index 0d85da74b..066b44ca8 100644 --- a/src/live_effects/spiro.h +++ b/src/live_effects/spiro.h @@ -25,11 +25,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #define INKSCAPE_SPIRO_H #include "live_effects/spiro-converters.h" +#include <2geom/forward.h> class SPCurve; -namespace Geom { - class Path; -} namespace Spiro { @@ -53,4 +51,4 @@ double get_knot_th(const spiro_seg *s, int i); } // namespace Spiro -#endif // INKSCAPE_SPIRO_H
\ No newline at end of file +#endif // INKSCAPE_SPIRO_H |
