aboutsummaryrefslogtreecommitdiff
path: root/src/math/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/point.h')
-rw-r--r--src/math/point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/point.h b/src/math/point.h
index 4ced232..4ebea31 100644
--- a/src/math/point.h
+++ b/src/math/point.h
@@ -23,7 +23,7 @@ point_t *point_new(void);
* @param dest
* @return
*/
-point_t *point_copy(point_t *src, point_t *dest);
+point_t *point_copy(const point_t *src, point_t *dest);
/**
*