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

Wrong virtual specification if name is same. #62

Open
tomsons26 opened this issue Apr 3, 2024 · 1 comment
Open

Wrong virtual specification if name is same. #62

tomsons26 opened this issue Apr 3, 2024 · 1 comment
Labels
bug Something isn't working core Related to the core

Comments

@tomsons26
Copy link

virtual void Get_From(Straw * pipe);
void Get_From(Straw & pipe) {Get_From(&pipe);}

Resym shows both of these functions as virtual even tho only one is.
image

@tomsons26 tomsons26 changed the title Conditional wrong virtual specification if name is same. Wrong virtual specification if name is same. Apr 3, 2024
@ergrelet ergrelet added bug Something isn't working core Related to the core labels Apr 5, 2024
@ergrelet
Copy link
Owner

ergrelet commented Apr 5, 2024

Hi, thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Related to the core
Projects
None yet
Development

No branches or pull requests

2 participants