summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54f8bb1)
raw | patch | inline | side by side (parent: 54f8bb1)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 8 Nov 2007 10:35:51 +0000 (10:35 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 8 Nov 2007 10:35:51 +0000 (10:35 +0000) |
src/live_effects/lpe-slant.h | patch | blob | history |
index ca4a404e57e7ac8ca830e59d29faae8bb3ba81ac..bdfe55383451f6f9c5a3aeb2ba8e0a6584a21733 100644 (file)
LPESlant(LivePathEffectObject *lpeobject);
virtual ~LPESlant();
- void doEffect(SPCurve * curve);
-
+ using Effect::doEffect;
+ virtual void doEffect(SPCurve * curve);
+
private:
ScalarParam factor;
PointParam center;