Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtual is missing #30

Open
tomsons26 opened this issue Oct 10, 2024 · 1 comment
Open

virtual is missing #30

tomsons26 opened this issue Oct 10, 2024 · 1 comment

Comments

@tomsons26
Copy link

virtual RetStruct & MyClass::DoSomething();
virtual void MyClass::DoTick() const;

are shown as

RetStruct & MyClass::DoSomething();
void MyClass::DoTick() const;

@horsicq
Copy link
Owner

horsicq commented Oct 11, 2024

Thanks for the report! I will take look!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants