class test2 { test2(const char * const * const a) : b(a) {} ~test2() {} protected: const char * const * const b; ClassDef(test2, 1); };