Update Hyperion.cpp

Former-commit-id: 5bad6209c49a8fd9eba5582119d9e130b9bea565
This commit is contained in:
AEtHeLsYn 2016-03-10 18:13:46 +01:00
parent 6e7157c571
commit da7183d28b
1 changed files with 5 additions and 0 deletions

View File

@ -634,6 +634,11 @@ void Hyperion::correctionsUpdated()
update();
}
void Hyperion::temperaturesUpdated()
{
update();
}
void Hyperion::clear(int priority)
{
if (_muxer.hasPriority(priority))