diff options
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index e127e01..62feaba 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -50,7 +50,7 @@ struct ElementImpl { BOOST_FOREACH(Apology::Worker *worker, this->executor->get_workers()) { - dynamic_cast<BlockActor *>(worker)->prio_count.Increment(); + dynamic_cast<BlockActor *>(worker)->highPrioPreNotify(); } } |