summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/calligraphic-tool.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-12-21 21:12:46 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-12-21 21:12:46 +0000
commitcc7cd3e3f64a8d6c1cc16cb5fa4fa76793d23caf (patch)
tree8e637efc6e0ba74ebae2bb57c9c17dfeae296ca8 /src/ui/tools/calligraphic-tool.cpp
parentPurge sp_desktop_guides (diff)
downloadinkscape-cc7cd3e3f64a8d6c1cc16cb5fa4fa76793d23caf.tar.gz
inkscape-cc7cd3e3f64a8d6c1cc16cb5fa4fa76793d23caf.zip
Purge sp_desktop_controls
(bzr r13819)
Diffstat (limited to 'src/ui/tools/calligraphic-tool.cpp')
-rw-r--r--src/ui/tools/calligraphic-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/calligraphic-tool.cpp b/src/ui/tools/calligraphic-tool.cpp
index 0daf9de5e..36eccd93c 100644
--- a/src/ui/tools/calligraphic-tool.cpp
+++ b/src/ui/tools/calligraphic-tool.cpp
@@ -155,7 +155,7 @@ void CalligraphicTool::setup() {
SPCurve *c = new SPCurve(path);
- this->hatch_area = sp_canvas_bpath_new(sp_desktop_controls(this->desktop), c);
+ this->hatch_area = sp_canvas_bpath_new(this->desktop->getControls(), c);
c->unref();