diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-12 18:59:48 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-12 18:59:48 +0000 |
| commit | 4c281d3f704bfc4939603a53fd97015107d79fcb (patch) | |
| tree | a13316a7090ec7f73f0dbf9c2171bc0235c23c64 /src/live_effects/lpe-pathalongpath.cpp | |
| parent | Fix bad markups in it.po (Translators: Please check your markups with check-m... (diff) | |
| download | inkscape-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.cpp | 2 |
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;
|
