Skip to content

Commit

Permalink
refs #5744. Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Aug 14, 2012
1 parent 34baf73 commit 2dd08bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ bool MultiPeriodGroupAlgorithm::processGroups()
{
if (prop != inputProperty)
{
this->setOtherProperties(alg, prop->name(), prop->value(), i+1);
this->setOtherProperties(alg, prop->name(), prop->value(), static_cast<int>(i+1));
}
}
}
Expand Down

0 comments on commit 2dd08bc

Please sign in to comment.