summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nx_fillcircle.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxmu/nx_fillcircle.c')
-rw-r--r--nuttx/graphics/nxmu/nx_fillcircle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxmu/nx_fillcircle.c b/nuttx/graphics/nxmu/nx_fillcircle.c
index dc4115782..bfc1dc9e3 100644
--- a/nuttx/graphics/nxmu/nx_fillcircle.c
+++ b/nuttx/graphics/nxmu/nx_fillcircle.c
@@ -89,7 +89,7 @@
*
****************************************************************************/
-int nx_fillcircle(NXWINDOW hwnd, FAR struct nxgl_point_s *center,
+int nx_fillcircle(NXWINDOW hwnd, FAR const struct nxgl_point_s *center,
nxgl_coord_t radius, nxgl_mxpixel_t color[CONFIG_NX_NPLANES])
{
FAR struct nxgl_trapezoid_s traps[NCIRCLE_TRAPS];