Initialization of reference member of base class in derived class?

hallolo:
If I would create a instance of randomAnimation would I have to do this:

randomAnimation ani(myInstanceofutilities)

?

yes.