summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-pathalongpath.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-12 18:59:48 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-12 18:59:48 +0000
commit4c281d3f704bfc4939603a53fd97015107d79fcb (patch)
treea13316a7090ec7f73f0dbf9c2171bc0235c23c64 /src/live_effects/lpe-pathalongpath.cpp
parentFix bad markups in it.po (Translators: Please check your markups with check-m... (diff)
downloadinkscape-4c281d3f704bfc4939603a53fd97015107d79fcb.tar.gz
inkscape-4c281d3f704bfc4939603a53fd97015107d79fcb.zip
LPE: no longer overload doEffect methods, but name them according to accepted arguments. This saves developer brain time because of 'hiding' issues.
(bzr r4067)
Diffstat (limited to 'src/live_effects/lpe-pathalongpath.cpp')
-rw-r--r--src/live_effects/lpe-pathalongpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-pathalongpath.cpp b/src/live_effects/lpe-pathalongpath.cpp
index cd9c433f7..499b77f8c 100644
--- a/src/live_effects/lpe-pathalongpath.cpp
+++ b/src/live_effects/lpe-pathalongpath.cpp
@@ -92,7 +92,7 @@ LPEPathAlongPath::~LPEPathAlongPath()
Geom::Piecewise<Geom::D2<Geom::SBasis> >
-LPEPathAlongPath::doEffect (Geom::Piecewise<Geom::D2<Geom::SBasis> > & pwd2_in)
+LPEPathAlongPath::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > & pwd2_in)
{
using namespace Geom;