Mercurial
>
hg
>
idav
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: ui/cocoa/GridLayout.m
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