fix(taskbar): typo

pull/1396/head
Jake Stanger 2022-01-16 21:53:14 +00:00
parent da6296e553
commit 44eeb36c1f
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ void Taskbar::update()
{
if (!order_list_.empty()) {
auto begin = order_list_.begin();
auto end = order_list.end();
auto end = order_list_.end();
// first pass - sort ordered tasks
for (auto& task : tasks_) {