mmserv/tms/tmsimpl/src/tmsglobalgaineffectimpl.cpp
branchRCL_3
changeset 12 2eb3b066cc7d
parent 9 f5c5c82a163e
--- a/mmserv/tms/tmsimpl/src/tmsglobalgaineffectimpl.cpp	Tue May 11 16:42:02 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsglobalgaineffectimpl.cpp	Tue May 25 13:16:00 2010 +0300
@@ -51,7 +51,7 @@
 gint TMSGlobalGainEffectImpl::Create(TMSEffect*& tmseffect)
     {
     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
-    TMSGlobalGainEffectImpl *self = new TMSGlobalGainEffectImpl;
+    TMSGlobalGainEffectImpl *self = new TMSGlobalGainEffectImpl();
 
     TRACE_PRN_FN_ENT;
     if (self)