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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/viewport_type.h b/src/viewport_type.h
index 800c8b495..07485c324 100644
--- a/src/viewport_type.h
+++ b/src/viewport_type.h
@@ -14,6 +14,7 @@
#include "zoom_type.h"
#include "strings_type.h"
+#include "table/strings.h"
class LinkGraphOverlay;
@@ -50,7 +51,7 @@ struct ViewportSign {
uint16 width_normal; ///< The width when not zoomed out (normal font)
uint16 width_small; ///< The width when zoomed out (small font)
- void UpdatePosition(int center, int top, StringID str);
+ void UpdatePosition(int center, int top, StringID str, StringID str_small = STR_NULL);
void MarkDirty(ZoomLevel maxzoom = ZOOM_LVL_MAX) const;
};