summaryrefslogtreecommitdiff
path: root/src/viewport_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewport_type.h')
-rw-r--r--src/viewport_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport_type.h b/src/viewport_type.h
index cd8ebaea6..2c29c83b3 100644
--- a/src/viewport_type.h
+++ b/src/viewport_type.h
@@ -48,7 +48,7 @@ struct ViewportSign {
uint16 width_small; ///< The width when zoomed out (small font)
void UpdatePosition(int center, int top, StringID str);
- void MarkDirty() const;
+ void MarkDirty(ZoomLevel maxzoom = ZOOM_LVL_MAX) const;
};
/**