From d38b6297f82129f6de3489412b0f3777795fa03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Tue, 27 Sep 2022 07:53:21 +0200 Subject: [PATCH] missing line --- lib/Terrain.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Terrain.cpp b/lib/Terrain.cpp index 6619f64b0..cbf67eda5 100644 --- a/lib/Terrain.cpp +++ b/lib/Terrain.cpp @@ -500,4 +500,6 @@ RoadType& RoadType::operator=(const RoadType& other) movementCost = other.movementCost; return *this; -} \ No newline at end of file +} + +VCMI_LIB_NAMESPACE_END \ No newline at end of file