In reply to CRVAddict:
I don’t see any problem with m_parent_sequence casting in your code, class forward declaration should be used due to your compilation order issue.
You can check the link below to see how it works:
In reply to CRVAddict:
I don’t see any problem with m_parent_sequence casting in your code, class forward declaration should be used due to your compilation order issue.
You can check the link below to see how it works: