Codechange: Don't access SmallMapWindow method directly from LinkGraphOverlay.

This commit is contained in:
Peter Nelson
2023-10-31 01:29:16 +00:00
committed by Peter Nelson
parent ff5e8bb9a3
commit f91462f54b
3 changed files with 13 additions and 1 deletions

View File

@@ -212,4 +212,6 @@ public:
void OnMouseOver([[maybe_unused]] Point pt, int widget) override;
};
Point GetSmallMapStationMiddle(const Window *w, const Station *st);
#endif /* SMALLMAP_GUI_H */