Skip to content

Commit 326cba9

Browse files
committed
Use specific type in task list
1 parent 644756b commit 326cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nanoforge/gui/panels/StatusBar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void StatusBar::Update(GuiState* state, bool* open)
108108

109109
for (u32 i = 0; i < threadTasks.size(); i++)
110110
{
111-
auto& task = threadTasks[i];
111+
Handle<Task> task = threadTasks[i];
112112
if (!task)
113113
continue;
114114

0 commit comments

Comments
 (0)