Squash warning.

This commit is contained in:
Michael Drake 2013-05-31 21:02:56 +01:00
parent d3b8a493af
commit b959e6946d
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ struct tree {
static void treeview_test_redraw_request(struct core_window *cw, struct rect r)
{
struct tree *tree = cw;
struct tree *tree = (struct tree *)cw;
tree->callbacks->redraw_request(r.x0, r.y0,
r.x1 - r.x0, r.y1 - r.y0,