Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in sipify.pl
  • Loading branch information
arnaud-morvan authored and 3nids committed Apr 30, 2017
1 parent e4d2f34 commit 6030cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sipify.pl
Expand Up @@ -393,7 +393,7 @@ sub remove_constructor_or_body {
push @global_bracket_nesting_index, 0;
do {no warnings 'uninitialized';
$classname = $3;
$line =~ m/\b[A-Z]+_EXPORT\b/ or die "Class$classname in $headerfile should be exported with appropriate [LIB]_EXPORT macro. If this should not be available in python, wrap it in a `#ifndef SIP_RUN` block.";
$line =~ m/\b[A-Z]+_EXPORT\b/ or die "Class $classname in $headerfile should be exported with appropriate [LIB]_EXPORT macro. If this should not be available in python, wrap it in a `#ifndef SIP_RUN` block.";
};
$line = "$1 $3";
# Inheritance
Expand Down

0 comments on commit 6030cb9

Please sign in to comment.