fixed missing brace

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-16 01:18:11 +00:00
parent acd7bb1aa4
commit 79f0fef835

View File

@@ -406,6 +406,7 @@ MTGAlternativeCostRule * MTGAlternativeCostRule::clone() const
MTGAlternativeCostRule * a = NEW MTGAlternativeCostRule(*this);
a->isClone = 1;
return a;
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------