Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6ac0bdb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 4, 2023
1 parent 9e89784 commit e895e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cxxheaderparser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ def _parse_method_end(self, method: Method) -> None:
setattr(method, tok_value, True)
elif tok_value in ("&", "&&"):
method.ref_qualifier = tok_value
elif tok_value == "ARROW":
elif tok_value == "->":
self._parse_trailing_return_type(method)
break
elif tok_value == "throw":
Expand Down
2 changes: 1 addition & 1 deletion cxxheaderparser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.0-123-g1f5ba1b'
__version__ = '0.0.0-125-g6ac0bdb'

0 comments on commit e895e49

Please sign in to comment.