Compiler warning

ugfx_release_2.6
Joel Bodenmann 2015-08-13 01:12:34 +02:00
parent 5fb63ebed6
commit 37a088efb7
1 changed files with 1 additions and 1 deletions

View File

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