Skip to content

Commit eb39760

Browse files
committed
fixes failing sipify test
1 parent 5a5dc31 commit eb39760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sipify.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ sub detect_comment_block{
525525
push @template_inheritance_class, $2;
526526
}
527527
$m =~ s/(\b(?!QList)\w+)< *((?:\w|::)+) *>/$1${2}Base/g; # use the typeded as template inheritance
528-
$m =~ s/(\w+)< *((?:w|::)+) *>//g; # remove remaining templates
528+
$m =~ s/(\w+)< *((?:\w|::)+) *>//g; # remove remaining templates
529529
$m =~ s/([:,])\s*,/$1/g;
530530
$m =~ s/(\s*[:,])?\s*$//;
531531
$LINE .= $m;

0 commit comments

Comments
 (0)