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/graph.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/graph.h')
| -rw-r--r-- | include/gwin/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/graph.h b/include/gwin/graph.h index 5e6abee1..b5fc1405 100644 --- a/include/gwin/graph.h +++ b/include/gwin/graph.h @@ -107,7 +107,7 @@ extern "C" { * * @api */ -GHandle gwinCreateGraph(GGraphObject *gg, GWindowInit *pInit); +GHandle gwinCreateGraph(GGraphObject *gg, const GWindowInit *pInit); /** * @brief Set the style of the graphing operations. |
