diff -r 71ca22bcf22a -r 5a06f39ad45b mmserv/tms/tmsimpl/inc/tmsglobalgaineffectbodyimpl.h --- a/mmserv/tms/tmsimpl/inc/tmsglobalgaineffectbodyimpl.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmserv/tms/tmsimpl/inc/tmsglobalgaineffectbodyimpl.h Fri Apr 16 15:29:42 2010 +0300 @@ -43,7 +43,7 @@ virtual gint GetMaxLevel(guint& level); virtual gint GetType(TMSEffectType& effecttype); - void SetParentEffect(TMSEffect*& parenteffect); + void SetParent(TMSEffect*& parent); private: TMSGlobalGainEffectBodyImpl(); @@ -54,11 +54,10 @@ gint iClientId; gpointer iUserData; TMSProxy* iProxy; - TMSEffect* iGlobalEffect; + TMSEffect* iParent; }; } //namespace TMS #endif // TMS_GLOBAL_GAIN_EFFECT_BODY_IMPL_H -// End of file