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

Common: Make DoContainer within PointerWrap private. #563

Merged
merged 1 commit into from Jul 6, 2014

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Jul 6, 2014

This shouldn't really be exposed as a public function and should only be called through other Do class functions that take a container type as a parameter. This is pretty unsafe otherwise (it'll fail on compilation, but still).

Also got rid of the cast and just used size_t as the size.

This shouldn't really be exposed as a public function and should only be called through other Do class functions that take a container type as a parameter.
@delroth
Copy link
Member

delroth commented Jul 6, 2014

@lioncash: This comment grants you the permission to merge this pull request whenever you think it is ready. After addressing the remaining comments, click this link to merge.


LGTM

@dolphin-emu-bot allowmerge

dolphin-emu-bot added a commit that referenced this pull request Jul 6, 2014
Common: Make DoContainer within PointerWrap private.
@dolphin-emu-bot dolphin-emu-bot merged commit 4117b5e into dolphin-emu:master Jul 6, 2014
@lioncash lioncash deleted the pointerwrap branch July 6, 2014 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants