diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-12 21:25:39 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-12 21:25:39 +0000 |
| commit | eab1eef70ec00e5048b522b6c7f4189615caac87 (patch) | |
| tree | 4d8d574ad9741174e0d99077f234fd41231b08e7 /src/arc-context.h | |
| parent | fix bsplines (diff) | |
| parent | Fix crash with experimental lpe tool. (diff) | |
| download | inkscape-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.h | 2 |
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; |
