From e7f63678d323f1203042e291ad885d4994d23f8f Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 8 Nov 2007 10:35:51 +0000 Subject: try to fix "hidden method" warning (bzr r4046) --- src/live_effects/lpe-slant.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/live_effects/lpe-slant.h b/src/live_effects/lpe-slant.h index ca4a404e5..bdfe55383 100644 --- a/src/live_effects/lpe-slant.h +++ b/src/live_effects/lpe-slant.h @@ -24,8 +24,9 @@ public: LPESlant(LivePathEffectObject *lpeobject); virtual ~LPESlant(); - void doEffect(SPCurve * curve); - + using Effect::doEffect; + virtual void doEffect(SPCurve * curve); + private: ScalarParam factor; PointParam center; -- cgit v1.2.3