diff --git a/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs b/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs
index b0fa7aa3..e05ca354 100644
--- a/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs
+++ b/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs
@@ -255,6 +255,7 @@ namespace LibationWinForms.ProcessQueue
/// Updates the display of a single at within
///
/// index of the within the
+ /// The nme of the property that needs updating. If null, all properties are updated.
private void UpdateControl(int queueIndex, string propertyName = null)
{
int i = queueIndex - FirstVisible;