Thnx, that worked fine for me

But unfortunately in a more complex situation I created, this resulted in some circular references that I could not solve. Therefor I worked around this problem by making m_data static. There should only be one instance of it anyway so for this particular situation it's the best solution.