mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp
changeset 20 b67dd1fc57c5
parent 14 80975da52420
child 53 eabc8c503852
--- a/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp	Fri Apr 30 19:18:45 2010 -0500
+++ b/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp	Fri May 14 18:19:45 2010 -0500
@@ -38,7 +38,7 @@
 gint TMSG711FormatBodyImpl::Create(TMSG711FormatBody*& bodyimpl)
     {
     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
-    TMSG711FormatBodyImpl* self = new TMSG711FormatBodyImpl;
+    TMSG711FormatBodyImpl* self = new TMSG711FormatBodyImpl();
     if (self)
         {
         ret = self->PostConstruct();