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

Add missing const-qualifiers #1732

Merged
merged 1 commit into from Oct 6, 2020
Merged

Conversation

halx99
Copy link
Contributor

@halx99 halx99 commented Aug 5, 2020

No description provided.

@badlogic badlogic closed this Aug 26, 2020
@halx99
Copy link
Contributor Author

halx99 commented Aug 26, 2020

it's important for passing EventData as const reference, it's base of c++ concept, I want to tell you wen I integrate spine-runtime-3.8 to latest cocos2d-x-v4, can't be compile if I want enable luabindings and the official cocos2d-x-4.0 disable spine 3.8 luabinding on it's cmake script by default.
That is why I post this PR, without this changes, user can't use spine-runtime-3.8 for cocos2dx lua bindings API.
So don't forget sync this PR changes

@badlogic badlogic reopened this Aug 26, 2020
@badlogic
Copy link
Collaborator

Sorry, I didn't mean to close the PR! I'll have to do a const correctness pass eventually.

@halx99
Copy link
Contributor Author

halx99 commented Aug 26, 2020

it's ok, just do our best

@badlogic badlogic merged commit e169235 into EsotericSoftware:3.8 Oct 6, 2020
@halx99 halx99 deleted the const-qualifiers branch December 8, 2020 04:03
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.

None yet

2 participants