diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-07-01 17:47:35 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-07-01 17:47:35 +1000 |
commit | 4afd5ec74429232e4db96001ed89757b0ba55ee7 (patch) | |
tree | 5889174cdcadbf39655a178509073952f68462d8 /include/gwin/button.h | |
parent | de27a6c2db6f5fb97b3a5d07395a629c879abfbc (diff) | |
parent | df5f701a11ea5603f1f0b44f0e6bd96084b6d09d (diff) | |
download | uGFX-4afd5ec74429232e4db96001ed89757b0ba55ee7.tar.gz uGFX-4afd5ec74429232e4db96001ed89757b0ba55ee7.tar.bz2 uGFX-4afd5ec74429232e4db96001ed89757b0ba55ee7.zip |
Merge branch 'GWIN' into image
Diffstat (limited to 'include/gwin/button.h')
-rw-r--r-- | include/gwin/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h index a6b19333..73f42e37 100644 --- a/include/gwin/button.h +++ b/include/gwin/button.h @@ -84,7 +84,7 @@ extern "C" { * * @api */ -GHandle gwinCreateButton(GButtonObject *gb, GWidgetInit *pInit); +GHandle gwinCreateButton(GButtonObject *gb, const GWidgetInit *pInit); /** * @brief Set the colors of a button. |