summaryrefslogtreecommitdiff
path: root/include/llmr/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/map/map.hpp')
-rw-r--r--include/llmr/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/map/map.hpp b/include/llmr/map/map.hpp
index 512830713b..1007ca9871 100644
--- a/include/llmr/map/map.hpp
+++ b/include/llmr/map/map.hpp
@@ -25,7 +25,7 @@ public:
Map &operator=(const Map&&) = delete;
void setup();
- void loadStyle(const uint8_t *data, uint32_t bytes);
+ void loadStyle(const uint8_t *const data, uint32_t bytes);
void loadSettings();
void resize(uint32_t width, uint32_t height, uint32_t fb_width, uint32_t fb_height);