Module: tools Branch: master Commit: 54a5aab7c2f3724711106ef5b71c7be07afa4376 URL: https://source.winehq.org/git/tools.git/?a=commit;h=54a5aab7c2f3724711106ef5...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Apr 20 16:17:03 2022 +0200
testbot/cgi: Fix the CollectionBlock::GenerateHeaderRow() prototype.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm index d425622..958cfec 100644 --- a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm +++ b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm @@ -336,7 +336,7 @@ sub GenerateHeaderCell($$$) print "</th>\n"; }
-sub GenerateHeaderRow($$$) +sub GenerateHeaderRow($$) { my ($self, $Row) = @_;