Try to fix windows compile errors

This commit is contained in:
dP
2021-04-04 03:24:58 +03:00
parent 4f92bf76fa
commit 3999138b2b

View File

@@ -44,6 +44,9 @@ void ShowSmallMap();
void BuildLandLegend();
void BuildOwnerLegend();
class NWidgetSmallmapDisplay;
/** Class managing the smallmap window. */
class SmallMapWindow : public Window {
protected:
@@ -177,7 +180,7 @@ protected:
int GetPositionOnLegend(Point pt);
public:
friend class NWidgetSmallmapDisplay;
friend class citymania::NWidgetSmallmapDisplay;
SmallMapWindow(WindowDesc *desc, int window_number);
virtual ~SmallMapWindow();