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

Strange members overriden in subclasses #19003

Closed
GermanAizek opened this issue Apr 5, 2024 · 1 comment
Closed

Strange members overriden in subclasses #19003

GermanAizek opened this issue Apr 5, 2024 · 1 comment

Comments

@GermanAizek
Copy link
Contributor

GermanAizek commented Apr 5, 2024

@hrydgard, is there difference between

  1. View::DescripeLog() and UI::ScrollView::DescribeLog() ?

    std::string DescribeLog() const override { return "ScrollView: " + View::DescribeLog(); }

  2. View::DescripeLog() and UI::ViewGroup::DescribeLog()?

    std::string DescribeLog() const override { return "ListView: " + View::DescribeLog(); }

@hrydgard
Copy link
Owner

This is all intentional. DescribeLog is just debug output anyway.

@hrydgard hrydgard closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2024
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