diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-09 01:52:27 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-09 01:52:27 +0000 |
| commit | fd36e8d406b5ca3bfdc575a949351c6ae4a45c57 (patch) | |
| tree | 59802ea375f58befb9aded43193b1de56c6dda42 /src/live_effects/lpe-attach-path.cpp | |
| parent | Start cleanup for merge into trunk (diff) | |
| download | inkscape-fd36e8d406b5ca3bfdc575a949351c6ae4a45c57.tar.gz inkscape-fd36e8d406b5ca3bfdc575a949351c6ae4a45c57.zip | |
Remove all trace of the Tags dialog
Fixed Attach Path and Fill Between Many LPEs
Enabled Gradient Meshes
(bzr r13090.1.21)
Diffstat (limited to 'src/live_effects/lpe-attach-path.cpp')
| -rw-r--r-- | src/live_effects/lpe-attach-path.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-attach-path.cpp b/src/live_effects/lpe-attach-path.cpp index b3d5ed9b7..0cceb1cb7 100644 --- a/src/live_effects/lpe-attach-path.cpp +++ b/src/live_effects/lpe-attach-path.cpp @@ -62,9 +62,9 @@ void LPEAttachPath::resetDefaults(SPItem const * item) curve_end_previous_origin = end_path_curve_end.getOrigin(); } -void LPEAttachPath::doBeforeEffect(const SPLPEItem *lpeitem) +void LPEAttachPath::doBeforeEffect(SPLPEItem const *lpeitem) { - lpe_effect = lpeitem; + lpe_effect = const_cast<SPLPEItem*> (lpeitem); } void LPEAttachPath::doEffect (SPCurve * curve) |
