2
0
Michał Zaremba 3 долоо хоног өмнө
parent
commit
841f725220

+ 1 - 0
test/mock/mock_spells_Mechanics.h

@@ -64,6 +64,7 @@ public:
 	MOCK_CONST_METHOD2(applySpellBonus,int64_t(int64_t, const battle::Unit *));
 	MOCK_CONST_METHOD1(applySpecificSpellBonus,int64_t(int64_t));
 	MOCK_CONST_METHOD2(calculateRawEffectValue, int64_t(int32_t, int32_t));
+	MOCK_CONST_METHOD1(canonicalizeTarget, Target(const Target &));
 
 	MOCK_CONST_METHOD1(ownerMatches, bool(const battle::Unit *));
 	MOCK_CONST_METHOD2(ownerMatches, bool(const battle::Unit *, const boost::logic::tribool));