summaryrefslogtreecommitdiffstats
path: root/src/arc-context.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-12 21:25:39 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-12 21:25:39 +0000
commiteab1eef70ec00e5048b522b6c7f4189615caac87 (patch)
tree4d8d574ad9741174e0d99077f234fd41231b08e7 /src/arc-context.h
parentfix bsplines (diff)
parentFix crash with experimental lpe tool. (diff)
downloadinkscape-eab1eef70ec00e5048b522b6c7f4189615caac87.tar.gz
inkscape-eab1eef70ec00e5048b522b6c7f4189615caac87.zip
Update to trunk
(bzr r11950.1.180)
Diffstat (limited to 'src/arc-context.h')
-rw-r--r--src/arc-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arc-context.h b/src/arc-context.h
index 56eb02943..6a0a6c071 100644
--- a/src/arc-context.h
+++ b/src/arc-context.h
@@ -41,7 +41,7 @@ public:
virtual const std::string& getPrefsPath();
private:
- SPArc *arc;
+ SPGenericEllipse *arc;
Geom::Point center;