Fix DbEvents::AddCheckableCheckHistory argument

refs #9055
This commit is contained in:
Michael Friedrich 2015-04-27 15:06:14 +02:00
parent da4ed19fc4
commit b921439f38
1 changed files with 1 additions and 1 deletions

View File

@ -1317,7 +1317,7 @@ void DbEvents::AddFlappingHistory(const Checkable::Ptr& checkable, FlappingState
}
/* servicechecks */
void DbEvents::AddCheckableCheckHistory(const Checkable::Ptr& checkable, const CheckResult::Ptr &cr)
void DbEvents::AddCheckableCheckHistory(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr)
{
if (!cr)
return;