We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c1e1696 commit 1fe0fb7Copy full SHA for 1fe0fb7
scripts/sipify.pl
@@ -899,7 +899,7 @@ sub detect_non_method_member{
899
};
900
901
# remove struct member assignment
902
- if ( $SIP_RUN != 1 && $ACCESS[$#ACCESS] == PUBLIC && $LINE =~ m/^(\s*\w+[\w<> *&:,]* \*?\w+) = [\-\w\:\.]+(\([^()]+\))?\s*;/ ){
+ if ( $SIP_RUN != 1 && $ACCESS[$#ACCESS] == PUBLIC && $LINE =~ m/^(\s*\w+[\w<> *&:,]* \*?\w+) = [\-\w\:\.]+(\([^()]*\))?\s*;/ ){
903
dbg_info("remove struct member assignment");
904
$LINE = "$1;";
905
}
0 commit comments