Fix compilation errors

This commit is contained in:
dP
2024-02-06 20:35:28 +05:30
parent b2cf3c48fb
commit cdd69a496d
68 changed files with 1194 additions and 1211 deletions
+1
View File
@@ -143,6 +143,7 @@ public:
virtual void OnMouseOver(Point pt, int widget)
{
extern void GuiPrepareTooltipsExtra(Window *parent);
if (pt.x != -1) GuiPrepareTooltipsExtra(this);
}
};