mmserv/tms/tmsimpl/src/tmsgaineffectbodyimpl.cpp
changeset 22 128eb6a32b84
parent 14 80975da52420
--- a/mmserv/tms/tmsimpl/src/tmsgaineffectbodyimpl.cpp	Fri May 14 16:22:35 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsgaineffectbodyimpl.cpp	Thu May 27 13:20:50 2010 +0300
@@ -40,7 +40,7 @@
 gint TMSGainEffectBodyImpl::Create(TMSGainEffectBody*& bodyimpl)
     {
     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
-    TMSGainEffectBodyImpl* self = new TMSGainEffectBodyImpl;
+    TMSGainEffectBodyImpl* self = new TMSGainEffectBodyImpl();
     if (self)
         {
         ret = self->PostConstruct();