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

Bug Fix: Added missing MixedPtr.setPointer(Ptr;) method #535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Clearwood
Copy link

The method setPointer(value) is defined in the AbstractPtr class (

@Override
public void setPointer(Ptr value) {
setPointer(0, value);
}
) but was forgotten to be implemented in the MixedPtr class.

@Clearwood Clearwood changed the title Added missing MixedPtr.setPointer(Ptr;) method Bug Fix: Added missing MixedPtr.setPointer(Ptr;) method Oct 1, 2021
@akbertram
Copy link
Member

This method is implemented by the base class of MixedPtr. It's not clear to me why this is neccessary or what problem it solves.

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.

None yet

2 participants