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

typo method name from DataHandler abstract method #1874

Closed
aceforeverd opened this issue May 24, 2022 · 2 comments · Fixed by #1878
Closed

typo method name from DataHandler abstract method #1874

aceforeverd opened this issue May 24, 2022 · 2 comments · Fixed by #1878
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aceforeverd
Copy link
Collaborator

aceforeverd commented May 24, 2022

virtual const HandlerType GetHanlderType() = 0;

should be GetHandlerType.

To fix this, you need change the method name for both abstract class and inherit classes, like:

then update callee names elsewhere as well

@aceforeverd aceforeverd added the enhancement New feature or request label May 24, 2022
@aceforeverd aceforeverd self-assigned this May 24, 2022
@lumianph
Copy link
Collaborator

can set this as good first issue?

@lumianph lumianph added the good first issue Good for newcomers label May 25, 2022
@aceforeverd
Copy link
Collaborator Author

can set this as good first issue?

Can be, but need a bit more guide

@aceforeverd aceforeverd changed the title typo name from DataHandler abstract method typo method name from DataHandler abstract method May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants