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

Refactor static references to s_szPath to use CN3Base::PathGet getter. #252

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

stevewgr
Copy link
Member

Description

This pull request refactors static references to s_szPath by using the CN3Base::PathGet getter method. This approach enhances control over s_szPath and safeguards against accidental modifications by external references.

This change provides more control over `s_szPath` and ensures other
usages do not accidentally write to it.
@stevewgr stevewgr requested review from srmeier and xGuTeK November 11, 2024 06:34
@stevewgr stevewgr self-assigned this Nov 11, 2024
Copy link
Contributor

@UTengine UTengine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@stevewgr
Copy link
Member Author

Thanks for the review. Build passing: https://github.com/ko4life-net/ko/actions/runs/11788419860

Merging.

@stevewgr stevewgr merged commit 54bbd70 into master Nov 12, 2024
2 checks passed
@stevewgr stevewgr deleted the n3base-pathget branch November 12, 2024 00:42
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.

4 participants