summaryrefslogtreecommitdiffstats
path: root/src/2geom/forward.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-09-01 19:29:30 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-09-01 19:29:30 +0000
commit0509575421dcc13079ea20f68592bc2fe05d8e52 (patch)
tree9d8993bc4a3431e16024f12390fd2fd9bda46243 /src/2geom/forward.h
parentyet another update of ru.po (diff)
downloadinkscape-0509575421dcc13079ea20f68592bc2fe05d8e52.tar.gz
inkscape-0509575421dcc13079ea20f68592bc2fe05d8e52.zip
update 2geom (rev. 1569)
(bzr r6748)
Diffstat (limited to 'src/2geom/forward.h')
-rw-r--r--src/2geom/forward.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/2geom/forward.h b/src/2geom/forward.h
index 9bd5dedbe..d4ac1af1e 100644
--- a/src/2geom/forward.h
+++ b/src/2geom/forward.h
@@ -3,7 +3,7 @@
*
* Authors:
* Johan Engelen <goejendaagh@zonnet.nl>
- *
+ *
* Copyright 2008 authors
*
* This library is free software; you can redistribute it and/or
@@ -37,6 +37,7 @@
namespace Geom {
+class Bezier;
template <unsigned> class BezierCurve;
template<> class BezierCurve<0>;
typedef BezierCurve<2> QuadraticBezier;