diff -r e35735ece90c -r 3d8c721bf319 mmserv/tms/tmsimpl/inc/tmsglobalgaineffectbodyimpl.h --- a/mmserv/tms/tmsimpl/inc/tmsglobalgaineffectbodyimpl.h Mon Mar 15 12:42:35 2010 +0200 +++ b/mmserv/tms/tmsimpl/inc/tmsglobalgaineffectbodyimpl.h Wed Mar 31 22:29:45 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