summaryrefslogtreecommitdiffstats
path: root/src/arc-context.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2013-10-08 10:22:49 +0000
committertavmjong-free <tavmjong@free.fr>2013-10-08 10:22:49 +0000
commitf5d74fe46345673252807be3b6812bbb0469e457 (patch)
tree2dd29c409d36d5dbfbe008cfff774880fd310b3d /src/arc-context.h
parentcppcheck (diff)
downloadinkscape-f5d74fe46345673252807be3b6812bbb0469e457.tar.gz
inkscape-f5d74fe46345673252807be3b6812bbb0469e457.zip
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while using the Circle, Ellipse, and Arc tool.
(bzr r12670)
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;