Skip to content

Commit

Permalink
Merge pull request #6 from timmyjose-forks/fix-destructor-example
Browse files Browse the repository at this point in the history
fix: small typo in the destructors example.
  • Loading branch information
rougier authored Sep 2, 2024
2 parents e85478d + 8c38fc6 commit 9c97586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ nothing.
}
int main( int argc, char **argv )
{
Foo foo();
Foo foo;
return 0;
}
Expand Down

0 comments on commit 9c97586

Please sign in to comment.