mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
fix
This commit is contained in:
parent
299ee35c48
commit
5eac491189
@ -1 +0,0 @@
|
|||||||
Subproject commit b1f3f4e81721f68cd13d4a872ecf48e2bc99e88b
|
|
@ -31,4 +31,4 @@ CStatisticScreen::CStatisticScreen(StatisticDataSet statistic)
|
|||||||
void CStatisticScreen::clickPressed(const Point & cursorPosition)
|
void CStatisticScreen::clickPressed(const Point & cursorPosition)
|
||||||
{
|
{
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ public:
|
|||||||
CStatisticScreen(StatisticDataSet statistic);
|
CStatisticScreen(StatisticDataSet statistic);
|
||||||
|
|
||||||
void clickPressed(const Point & cursorPosition) override;
|
void clickPressed(const Point & cursorPosition) override;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user