Skip to content

Wrong virtual specification if name is same. #62

Open
@tomsons26

Description

@tomsons26
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcoreRelated to the core

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions