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

ndWeakPtr - m_references identifier not found #330

Open
joe88ds opened this issue Feb 2, 2025 · 1 comment
Open

ndWeakPtr - m_references identifier not found #330

joe88ds opened this issue Feb 2, 2025 · 1 comment

Comments

@joe88ds
Copy link

joe88ds commented Feb 2, 2025

This line here:

ndAssert(m_references);

needs to be qualified: ndSharedPtr<T>::m_references

@JulioJerez
Copy link
Contributor

fixed,
That pointer is still no used by the engine, I added so that I can work with unreal plugin.
In the future I will using it more.
thank for the bug report.

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

No branches or pull requests

2 participants