ui/cocoa/GridLayout.m

changeset 101
7b3a3130be44
parent 100
d2bd73d28ff1
equal deleted inserted replaced
100:d2bd73d28ff1 101:7b3a3130be44
206 } 206 }
207 _x++; 207 _x++;
208 } 208 }
209 209
210 - (void) dealloc { 210 - (void) dealloc {
211 cxListDestroy(_children); 211 cxListFree(_children);
212 } 212 }
213 213
214 @end 214 @end

mercurial