summaryrefslogtreecommitdiffstats
path: root/src/2geom
diff options
context:
space:
mode:
authorMichael G. Sloan <mgsloan@gmail.com>2007-08-18 02:22:48 +0000
committermgsloan <mgsloan@users.sourceforge.net>2007-08-18 02:22:48 +0000
commit8f7af0dbfc7bbd45d5b6ad5875449e4a8c122beb (patch)
treed3adfa714c0759be0fb1ae075f635640c6cfacef /src/2geom
parentFixing a possible segfault in the sbasis to path code (also committed to 2geom)) (diff)
downloadinkscape-8f7af0dbfc7bbd45d5b6ad5875449e4a8c122beb.tar.gz
inkscape-8f7af0dbfc7bbd45d5b6ad5875449e4a8c122beb.zip
Doh! Sorry for breaking compile (always test!)
(bzr r3504)
Diffstat (limited to 'src/2geom')
-rw-r--r--src/2geom/sbasis-to-bezier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/sbasis-to-bezier.h b/src/2geom/sbasis-to-bezier.h
index 142a25026..d9eaabe7e 100644
--- a/src/2geom/sbasis-to-bezier.h
+++ b/src/2geom/sbasis-to-bezier.h
@@ -14,7 +14,7 @@ sbasis_to_bezier(D2<SBasis> const &B, unsigned q = 0);
std::vector<Path> path_from_piecewise(Piecewise<D2<SBasis> > const &B, double tol);
-void path_from_sbasis(Path &pb, D2<SBasis> const &B, double tol);
+Path path_from_sbasis(D2<SBasis> const &B, double tol);
};
#endif