aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/Region.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/Region.hpp')
-rw-r--r--src/helpers/Region.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/Region.hpp b/src/helpers/Region.hpp
index 7ae334f7..27f460f4 100644
--- a/src/helpers/Region.hpp
+++ b/src/helpers/Region.hpp
@@ -11,7 +11,7 @@ class CRegion {
/* Create an empty region */
CRegion();
/* Create from a reference. Copies, does not own. */
- CRegion(pixman_region32_t* ref);
+ CRegion(const pixman_region32_t* const ref);
/* Create from a box */
CRegion(double x, double y, double w, double h);
/* Create from a wlr_box */