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

resolve an overridden function with different signature #1410

Merged

Conversation

bradgrantham-lunarg
Copy link
Contributor

With full warnings enabled on macOS I saw an error with OutputStream::Reset() being shadowed by FileOutputStream::Reset(FILE*). Resolve this shadow by changing the name of Reset for MemoryOutputStream to Clear (to match C++ container method names), remove the base class Reset, and make FileOutputStream::Reset not be an override.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 123328.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 123350.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3707 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3707 passed.

@bradgrantham-lunarg bradgrantham-lunarg requested review from davidlunarg and removed request for davidd-lunarg January 31, 2024 23:41
@bradgrantham-lunarg bradgrantham-lunarg requested review from davidlunarg and removed request for davidlunarg February 14, 2024 15:51
@bradgrantham-lunarg bradgrantham-lunarg requested review from yaman-lunarg and removed request for davidlunarg March 6, 2024 19:03
Copy link
Contributor

@yaman-lunarg yaman-lunarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modifications to classes and subsequent usage are consistent.

@bradgrantham-lunarg bradgrantham-lunarg merged commit 307d6c6 into LunarG:dev Mar 29, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants