summaryrefslogtreecommitdiff
blob: 90c442b1e769173a8127b6600cfd6848d46ef054 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- iceicon.cc	2005-01-09 15:48:23.000000000 -0600
+++ /root/iceicon.cc	2005-05-21 01:00:11.000000000 -0500
@@ -161,7 +161,7 @@
 void YIconView::updateItems() {
     if (fItems == 0) {
         //fMaxWidth = 0;
-        fItems = new (YIconItem *)[fItemCount];
+        fItems = new YIconItem *[fItemCount];
         if (fItems) {
             YIconItem *a = getFirst();
             int n = 0;