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

Fix missing type in variable declaration for Android. #30790

Merged
merged 1 commit into from
May 23, 2019
Merged

Fix missing type in variable declaration for Android. #30790

merged 1 commit into from
May 23, 2019

Conversation

neitsa
Copy link
Contributor

@neitsa neitsa commented May 23, 2019

Summary

SUMMARY: Bugfixes "Add missing type in variable declaration for Android"

Purpose of change

A fix for a problem I introduced myself 😖 I forgot to add a type for a variable and since the code was for Android I didn't see the error... I'm really sorry.

Describe the solution

Simply add the missing type.

Describe alternatives you've considered

N/A.

Additional context

N/A.

@ZhilkinSerg ZhilkinSerg added <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` OS: Android Issues related to Android operating system labels May 23, 2019
@ZhilkinSerg ZhilkinSerg merged commit d87d05e into CleverRaven:master May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` OS: Android Issues related to Android operating system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants