Compiler warning

This commit is contained in:
Joel Bodenmann 2015-08-13 01:12:34 +02:00
parent 5fb63ebed6
commit 37a088efb7

View File

@ -47,7 +47,7 @@ const int TEXT_PADDING = 3;
gwinSetText((GHandle)gw, buf, TRUE);
}
_gwinUpdate(&gw);
_gwinUpdate((GHandle)gw);
}
#endif