From 8e32516bbda3fda10314f2afe4ee00eb9a49c013 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 23 Apr 2004 13:44:25 +0000 Subject: gcc3.4 fixlet --- (limited to 'noncore/apps/checkbook/listedit.cpp') diff --git a/noncore/apps/checkbook/listedit.cpp b/noncore/apps/checkbook/listedit.cpp index 5026c9d..2612488 100644 --- a/noncore/apps/checkbook/listedit.cpp +++ b/noncore/apps/checkbook/listedit.cpp @@ -176,7 +176,7 @@ void ListEdit::fixTypes(int iColumn) // create map of entries if( !_typeTable->childCount() ) return; - ColMap **colMap=new (ColMap *)[_typeTable->childCount()]; + ColMap **colMap=new ColMap *[_typeTable->childCount()]; QListViewItem *cur=_typeTable->firstChild(); ColList lst; for(int i=0; i<_typeTable->childCount(); i++) { -- cgit v0.9.0.2