mmserv/tms/tmsimpl/src/tmsglobalgaineffectimpl.cpp
changeset 20 b67dd1fc57c5
parent 14 80975da52420
--- a/mmserv/tms/tmsimpl/src/tmsglobalgaineffectimpl.cpp	Fri Apr 30 19:18:45 2010 -0500
+++ b/mmserv/tms/tmsimpl/src/tmsglobalgaineffectimpl.cpp	Fri May 14 18:19:45 2010 -0500
@@ -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)