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

Switch internally mutating methods to &mut self #32

Merged
merged 2 commits into from
May 18, 2019

Conversation

ebkalderon
Copy link
Owner

@ebkalderon ebkalderon commented May 18, 2019

Changed

  • Switch set_capture_file_comments() and trigger_multi_frame_capture() to take &mut self.

Fixes #27.
Fixes #28.

@ebkalderon ebkalderon self-assigned this May 18, 2019
@ebkalderon ebkalderon changed the title Switch multi-frame capture and file comments methods to &mut self Switch internally mutating methods to &mut self May 18, 2019
@ebkalderon ebkalderon merged commit 22351fe into master May 18, 2019
@ebkalderon ebkalderon deleted the bugfix/methods-mut-self branch May 18, 2019 17:24
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.

Change set_capture_file_comments() to take &mut self Change trigger_multi_frame_capture() to take &mut self
1 participant