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

EXI_DeviceMic: Make data members of CEXIMic private #7046

Merged
merged 2 commits into from
Jun 2, 2018

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Jun 2, 2018

Given they were only made public so that the callback could access class state, we can simply make the callback a private static function of CEXIMic, which allows access to members from the callback function without making all of said members public.

Given they were only made public so that the callback could access class
state, we can simply make the callback a private static function of
CEXIMic, which allows access to members from the callback function
without making all of said members public.
@leoetlino leoetlino merged commit 62fdef0 into dolphin-emu:master Jun 2, 2018
@lioncash lioncash deleted the priv branch June 2, 2018 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants