Browse Source

Compile fix

Tomasz Zieliński 2 years ago
parent
commit
27c4882237
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/rmg/modificators/ObjectManager.cpp

+ 2 - 2
lib/rmg/modificators/ObjectManager.cpp

@@ -610,8 +610,6 @@ bool ObjectManager::addGuard(rmg::Object & object, si32 strength, bool zoneGuard
 	return true;
 }
 
-VCMI_LIB_NAMESPACE_END
-
 RequiredObjectInfo::RequiredObjectInfo():
 	obj(nullptr),
 	nearbyTarget(nullptr),
@@ -626,4 +624,6 @@ RequiredObjectInfo::RequiredObjectInfo(CGObjectInstance* obj, ui32 guardStrength
 	createRoad(createRoad)
 {}
 
+VCMI_LIB_NAMESPACE_END
+