summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxtk/nxtk_drawcircletoolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxtk/nxtk_drawcircletoolbar.c')
-rw-r--r--nuttx/graphics/nxtk/nxtk_drawcircletoolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxtk/nxtk_drawcircletoolbar.c b/nuttx/graphics/nxtk/nxtk_drawcircletoolbar.c
index 558b3413b..e9d9ca8ff 100644
--- a/nuttx/graphics/nxtk/nxtk_drawcircletoolbar.c
+++ b/nuttx/graphics/nxtk/nxtk_drawcircletoolbar.c
@@ -107,7 +107,7 @@
*
****************************************************************************/
-int nxtk_drawcircletoolbar(NXTKWINDOW hfwnd, FAR struct nxgl_point_s *center,
+int nxtk_drawcircletoolbar(NXTKWINDOW hfwnd, FAR const struct nxgl_point_s *center,
nxgl_coord_t radius, nxgl_coord_t width,
nxgl_mxpixel_t color[CONFIG_NX_NPLANES])
{