class object { public: object() : array(2,2) // this has been changed now. { } C2DMatrix<int> array; };