aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mapman/src/utils.hpp')
-rw-r--r--mapman/src/utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapman/src/utils.hpp b/mapman/src/utils.hpp
index 47df676..76978f2 100644
--- a/mapman/src/utils.hpp
+++ b/mapman/src/utils.hpp
@@ -78,5 +78,5 @@ const rgb_t MAP_COLORS[62] = {
{127, 167, 150}
};
-QPixmap pixmap_of_map_data(const map_data_t &map_data);
+QPixmap pixmap_of_map_data(const map_data_t &map_data, double scaling = 1.);
#endif