Francois Gouget : testbot/cgi: Fix the CollectionBlock::GenerateHeaderRow() prototype.

Alexandre Julliard julliard at winehq.org
Wed Apr 20 16:33:32 CDT 2022


Module: tools
Branch: master
Commit: 54a5aab7c2f3724711106ef5b71c7be07afa4376
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=54a5aab7c2f3724711106ef5b71c7be07afa4376

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Apr 20 16:17:03 2022 +0200

testbot/cgi: Fix the CollectionBlock::GenerateHeaderRow() prototype.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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) = @_;
 




More information about the wine-cvs mailing list