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

UFlowNode::LogError should be const #47

Closed
Mephiztopheles opened this issue May 20, 2021 · 1 comment
Closed

UFlowNode::LogError should be const #47

Mephiztopheles opened this issue May 20, 2021 · 1 comment
Assignees
Labels
improvement Polishing existing functionality

Comments

@Mephiztopheles
Copy link
Contributor

We can't call LogError from a const function, because LogError is not marked as const, but it doesn't change something.

Might be a good idea to check other functions too

@MothDoctor MothDoctor self-assigned this May 25, 2021
@MothDoctor MothDoctor added the improvement Polishing existing functionality label May 26, 2021
MothDoctor added a commit that referenced this issue Jun 19, 2021
MothDoctor added a commit that referenced this issue Jun 19, 2021
MothDoctor added a commit that referenced this issue Jun 19, 2021
MothDoctor added a commit that referenced this issue Jun 19, 2021
MothDoctor added a commit that referenced this issue Jun 19, 2021
MothDoctor added a commit that referenced this issue Jun 19, 2021
@MothDoctor
Copy link
Contributor

@Mephiztopheles it's done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Polishing existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants