summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2014-05-29 10:04:56 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2014-05-29 10:04:56 +0000
commit85840ae655411c47248cd794a19dedd9ea3a591f (patch)
tree926f3d95c00dd03f491a855995d1fa42bf390214 /src/selection-chemistry.cpp
parentSPPattern c++-sification: replaced function by methods (diff)
downloadinkscape-85840ae655411c47248cd794a19dedd9ea3a591f.tar.gz
inkscape-85840ae655411c47248cd794a19dedd9ea3a591f.zip
SPPattern c++-sification: replaced function by methods pt3
(bzr r13341.6.22)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 069aa57bb..fa4589129 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -3265,7 +3265,7 @@ sp_selection_tile(SPDesktop *desktop, bool apply)
int saved_compensation = prefs->getInt("/options/clonecompensation/value", SP_CLONE_COMPENSATION_UNMOVED);
prefs->setInt("/options/clonecompensation/value", SP_CLONE_COMPENSATION_UNMOVED);
- gchar const *pat_id = pattern_tile(repr_copies, bbox, doc,
+ gchar const *pat_id = SPPattern::produce(repr_copies, bbox, doc,
( Geom::Affine(Geom::Translate(desktop->dt2doc(Geom::Point(r->min()[Geom::X],
r->max()[Geom::Y]))))
* parent_transform.inverse() ),