From 78b970a0a036f78cfd491553b49ffa00214f7a64 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 29 Jul 2008 14:51:39 +0000 Subject: Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity and make inheritance from it a bit less clumsy (bzr r6448) --- src/live_effects/parameter/pointparam-knotholder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/parameter/pointparam-knotholder.cpp') diff --git a/src/live_effects/parameter/pointparam-knotholder.cpp b/src/live_effects/parameter/pointparam-knotholder.cpp index 3ab07a951..d92532e32 100644 --- a/src/live_effects/parameter/pointparam-knotholder.cpp +++ b/src/live_effects/parameter/pointparam-knotholder.cpp @@ -60,7 +60,7 @@ PointParamKnotHolder::~PointParamKnotHolder() g_object_unref(G_OBJECT(this->lpeobject)); } -class KnotHolderEntityPointParam : public KnotHolderEntity { +class KnotHolderEntityPointParam : public LPEKnotHolderEntity { public: virtual NR::Point knot_get(); virtual void knot_set(NR::Point const &p, NR::Point const &origin, guint state); -- cgit v1.2.3