Build fix.

This commit is contained in:
Gunnar Beutner 2013-10-16 12:10:31 +02:00
parent 6f645ecfbf
commit 20fbce9c9c
1 changed files with 1 additions and 1 deletions

View File

@ -1855,7 +1855,7 @@ void ExternalCommandProcessor::ChangeHostModattr(double time, const std::vector<
int modifiedAttributes = Convert::ToLong(arguments[2]);
{
ObjectLock olock(service);
ObjectLock olock(hc);
hc->SetModifiedAttributes(modifiedAttributes);
}