summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sot/source/base/exchange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index a03c34534e25..95b02b2b9f3a 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -242,7 +242,7 @@ static tDataFlavorList& InitFormats_Impl()
{
SotData_Impl *pSotData = &ImplData::get();
if( !pSotData->pDataFlavorList )
- pSotData->pDataFlavorList = new tDataFlavorList();
+ pSotData->pDataFlavorList = new tDataFlavorList;
return *pSotData->pDataFlavorList;
}