Call public wxItemId::GetID() instead
https://github.com/wxWidgets/wxWidgets/pull/25926
(5 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz commented on this pull request.
> @@ -40,9 +40,7 @@ class wxItemId
void Unset() { m_pItem = nullptr; }
- // This field is public *only* for compatibility with the old wxTreeItemId
We can apply the rest of this PR, but I don't want to change this, I'm almost certain that there is existing code using m_pItem and it's not worth breaking it without any real gain.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vvs31415 pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks, I'll merge and push this soon.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()